Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc93 HInstruction* if_expr = ifs->InputAt(0); in IsGuardedBy() local
94 if (if_expr->IsCondition()) { in IsGuardedBy()
96 ? if_expr->AsCondition()->GetCondition() in IsGuardedBy()
97 : if_expr->AsCondition()->GetOppositeCondition(); in IsGuardedBy()
98 if (if_expr->InputAt(0) == a && if_expr->InputAt(1) == b) { in IsGuardedBy()
100 } else if (if_expr->InputAt(1) == a && if_expr->InputAt(0) == b) { in IsGuardedBy()
1004 HInstruction* if_expr = ifs->InputAt(0); in VisitControl() local
1008 if (if_expr->IsCondition()) { in VisitControl()
1009 HCondition* condition = if_expr->AsCondition(); in VisitControl()
Dbounds_check_elimination.cc1791 HInstruction* if_expr = control->AsIf()->InputAt(0); in CanHandleInfiniteLoop() local
1792 if (if_expr->IsCondition()) { in CanHandleInfiniteLoop()
1793 HCondition* condition = if_expr->AsCondition(); in CanHandleInfiniteLoop()