Home
last modified time | relevance | path

Searched refs:if_expr (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc125 HInstruction* if_expr = ifs->InputAt(0); in IsGuardedBy() local
126 if (if_expr->IsCondition()) { in IsGuardedBy()
128 ? if_expr->AsCondition()->GetCondition() in IsGuardedBy()
129 : if_expr->AsCondition()->GetOppositeCondition(); in IsGuardedBy()
130 if (if_expr->InputAt(0) == a && if_expr->InputAt(1) == b) { in IsGuardedBy()
132 } else if (if_expr->InputAt(1) == a && if_expr->InputAt(0) == b) { in IsGuardedBy()
898 HInstruction* if_expr = ifs->InputAt(0); in VisitControl() local
902 if (if_expr->IsCondition()) { in VisitControl()
903 HCondition* condition = if_expr->AsCondition(); in VisitControl()
Dbounds_check_elimination.cc1768 HInstruction* if_expr = control->AsIf()->InputAt(0); in CanHandleInfiniteLoop() local
1769 if (if_expr->IsCondition()) { in CanHandleInfiniteLoop()
1770 HCondition* condition = if_expr->AsCondition(); in CanHandleInfiniteLoop()