Searched refs:AddSwitch (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | schedule.h | 218 void AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks,
|
D | schedule.cc | 225 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() function in v8::internal::compiler::Schedule
|
D | raw-machine-assembler.cc | 92 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
|
D | scheduler.cc | 482 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
|