Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc627 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) || in VisitCondition()
628 (stride_value == -1 && IsTaken(lower_expr, upper_expr, kCondGE)))) { in VisitCondition()
683 const bool is_taken = IsTaken(lower_expr, upper_expr, cmp); in VisitTripCount()
723 bool HInductionVarAnalysis::IsTaken(InductionInfo* lower_expr, in IsTaken() function in art::HInductionVarAnalysis
Dinduction_var_analysis.h191 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp);