Home
last modified time | relevance | path

Searched refs:IsSingleGoto (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dselect_generator.cc123 while (!true_block->IsSingleGoto() && !true_block->IsSingleReturn()) { in Run()
128 while (!false_block->IsSingleGoto() && !false_block->IsSingleReturn()) { in Run()
133 DCHECK(true_block->IsSingleGoto() || true_block->IsSingleReturn()); in Run()
134 DCHECK(false_block->IsSingleGoto() || false_block->IsSingleReturn()); in Run()
Dloop_optimization.cc64 block->IsSingleGoto()) { in IsGotoBlock()
Dnodes.cc1975 bool HBasicBlock::IsSingleGoto() const { in IsSingleGoto() function in art::HBasicBlock