Lines Matching refs:set_control
59 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()
313 block->set_control(BasicBlock::kBranch); in InsertBranch()
328 end->set_control(block->control()); in InsertSwitch()
329 block->set_control(BasicBlock::kSwitch); in InsertSwitch()
385 split_edge_block->set_control(BasicBlock::kGoto); in EnsureSplitEdgeForm()
426 merger->set_control(BasicBlock::kGoto); in EnsureDeferredCodeSingleEntryPoint()