Searched refs:IsTaken (Results 1 – 2 of 2) sorted by relevance
627 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
191 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp);