Searched refs:IsSingleReturn (Results 1 – 3 of 3) sorted by relevance
108 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()
2199 bool HBasicBlock::IsSingleReturn() const { in IsSingleReturn() function in art::HBasicBlock
1156 bool IsSingleReturn() const;