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()
207 block->set_control(BasicBlock::kCall); in AddCall()
218 block->set_control(BasicBlock::kBranch); in AddBranch()
229 block->set_control(BasicBlock::kSwitch); in AddSwitch()
239 block->set_control(BasicBlock::kTailCall); in AddTailCall()
247 block->set_control(BasicBlock::kReturn); in AddReturn()
255 block->set_control(BasicBlock::kDeoptimize); in AddDeoptimize()
263 block->set_control(BasicBlock::kThrow); in AddThrow()
273 end->set_control(block->control()); in InsertBranch()
[all …]
Dschedule.h108 void set_control(Control control);