Home
last modified time | relevance | path

Searched refs:succ_blocks (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc264 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() argument
270 AddSuccessor(block, succ_blocks[index]); in AddSwitch()
319 BasicBlock** succ_blocks, size_t succ_count) { in InsertSwitch()
326 AddSuccessor(block, succ_blocks[index]); in InsertSwitch()
318 InsertSwitch(BasicBlock* block, BasicBlock* end, Node* sw, BasicBlock** succ_blocks, size_t succ_count) InsertSwitch() argument
H A Dschedule.h243 void AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks,
264 BasicBlock** succ_blocks, size_t succ_count);
H A Draw-machine-assembler.cc574 BasicBlock** succ_blocks = zone()->NewArray<BasicBlock*>(succ_count); in Switch() local
582 succ_blocks[i] = case_block; in Switch()
588 succ_blocks[case_count] = default_block; in Switch()
589 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch() local

Completed in 4 milliseconds