HomeSort by relevance Sort by last modified time
    Searched refs:if_expr (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_analysis.cc 125 HInstruction* if_expr = ifs->InputAt(0); local
126 if (if_expr->IsCondition()) {
128 ? if_expr->AsCondition()->GetCondition()
129 : if_expr->AsCondition()->GetOppositeCondition();
130 if (if_expr->InputAt(0) == a && if_expr->InputAt(1) == b) {
132 } else if (if_expr->InputAt(1) == a && if_expr->InputAt(0) == b) {
897 HInstruction* if_expr = ifs->InputAt(0); local
    [all...]
bounds_check_elimination.cc 1665 HInstruction* if_expr = control->AsIf()->InputAt(0); local
    [all...]

Completed in 89 milliseconds