Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc108 while (!true_block->IsSingleGoto() && !true_block->IsSingleReturn()) { in TryGenerateSelectSimpleDiamondPattern()
113 while (!false_block->IsSingleGoto() && !false_block->IsSingleReturn()) { in TryGenerateSelectSimpleDiamondPattern()
118 DCHECK(true_block->IsSingleGoto() || true_block->IsSingleReturn()); in TryGenerateSelectSimpleDiamondPattern()
119 DCHECK(false_block->IsSingleGoto() || false_block->IsSingleReturn()); in TryGenerateSelectSimpleDiamondPattern()
126 bool both_successors_return = true_block->IsSingleReturn() && false_block->IsSingleReturn(); in TryGenerateSelectSimpleDiamondPattern()
Dnodes.cc2199 bool HBasicBlock::IsSingleReturn() const { in IsSingleReturn() function in art::HBasicBlock
Dnodes.h1156 bool IsSingleReturn() const;