Searched refs:true_successor (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 695 HBasicBlock* true_successor = instruction->IfTrueSuccessor(); in HandleIf() local 697 DCHECK_EQ(true_successor->GetPredecessors().size(), 1u); in HandleIf() 754 ApplyRangeFromComparison(left, block, true_successor, new_range); in HandleIf() 778 ApplyRangeFromComparison(left, block, true_successor, new_range); in HandleIf() 800 left, block, cond == kCondEQ ? true_successor : false_successor, new_range); in HandleIf() 809 left, block, cond == kCondEQ ? false_successor : true_successor, new_range); in HandleIf() 818 left, block, cond == kCondEQ ? true_successor : false_successor, new_range); in HandleIf()
|