Home
last modified time | relevance | path

Searched refs:instr_block (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc659 InstructionBlock* instr_block = zone->New<InstructionBlock>( in InstructionBlockFor() local
663 instr_block->successors().reserve(block->SuccessorCount()); in InstructionBlockFor()
665 instr_block->successors().push_back(GetRpo(successor)); in InstructionBlockFor()
667 instr_block->predecessors().reserve(block->PredecessorCount()); in InstructionBlockFor()
669 instr_block->predecessors().push_back(GetRpo(predecessor)); in InstructionBlockFor()
673 instr_block->set_switch_target(true); in InstructionBlockFor()
675 return instr_block; in InstructionBlockFor()