Searched refs:IsSingleReturn (Results 1 – 3 of 3) sorted by relevance
123 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()141 bool both_successors_return = true_block->IsSingleReturn() && false_block->IsSingleReturn(); in Run()
1979 bool HBasicBlock::IsSingleReturn() const { in IsSingleReturn() function in art::HBasicBlock
1016 bool IsSingleReturn() const;