Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dschedule.cc56 void BasicBlock::set_control(Control control) { in set_control() function in v8::internal::compiler::BasicBlock
198 block->set_control(BasicBlock::kGoto); in AddGoto()
224 block->set_control(BasicBlock::kCall); in AddCall()
235 block->set_control(BasicBlock::kBranch); in AddBranch()
246 block->set_control(BasicBlock::kSwitch); in AddSwitch()
256 block->set_control(BasicBlock::kTailCall); in AddTailCall()
264 block->set_control(BasicBlock::kReturn); in AddReturn()
272 block->set_control(BasicBlock::kDeoptimize); in AddDeoptimize()
280 block->set_control(BasicBlock::kThrow); in AddThrow()
290 end->set_control(block->control()); in InsertBranch()
[all …]
Dschedule.h111 void set_control(Control control); in NON_EXPORTED_BASE()