Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc121 while (!true_block->IsSingleGoto() && !true_block->IsSingleReturn()) { in Run()
126 while (!false_block->IsSingleGoto() && !false_block->IsSingleReturn()) { in Run()
131 DCHECK(true_block->IsSingleGoto() || true_block->IsSingleReturn()); in Run()
132 DCHECK(false_block->IsSingleGoto() || false_block->IsSingleReturn()); in Run()
139 bool both_successors_return = true_block->IsSingleReturn() && false_block->IsSingleReturn(); in Run()
Dnodes.cc1979 bool HBasicBlock::IsSingleReturn() const { in IsSingleReturn() function in art::HBasicBlock
Dnodes.h1089 bool IsSingleReturn() const;