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