Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dschedule.cc59 void BasicBlock::set_control(Control control) { in set_control() function in v8::internal::compiler::BasicBlock
219 block->set_control(BasicBlock::kGoto); in AddGoto()
246 block->set_control(BasicBlock::kCall); in AddCall()
257 block->set_control(BasicBlock::kBranch); in AddBranch()
268 block->set_control(BasicBlock::kSwitch); in AddSwitch()
278 block->set_control(BasicBlock::kTailCall); in AddTailCall()
286 block->set_control(BasicBlock::kReturn); in AddReturn()
294 block->set_control(BasicBlock::kDeoptimize); in AddDeoptimize()
302 block->set_control(BasicBlock::kThrow); in AddThrow()
312 end->set_control(block->control()); in InsertBranch()
[all …]
Dschedule.h119 void set_control(Control control); in NON_EXPORTED_BASE()