Searched refs:lower_expr (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis.cc | 938 InductionInfo* lower_expr = a->op_b; in VisitCondition() local 978 InductionInfo* lower_expr, in VisitTripCount() argument 1011 const bool is_taken = IsTaken(lower_expr, upper_expr, cmp); in VisitTripCount() 1026 kDiv, CreateInvariantOp(kSub, trip_count, lower_expr), stride_expr); in VisitTripCount() 1053 bool HInductionVarAnalysis::IsTaken(InductionInfo* lower_expr, in IsTaken() argument 1060 return IsAtMost(lower_expr, &lower_value) in IsTaken() 1064 return IsAtMost(lower_expr, &lower_value) in IsTaken() 1068 return IsAtLeast(lower_expr, &lower_value) in IsTaken() 1072 return IsAtLeast(lower_expr, &lower_value) in IsTaken() 1123 return IsAtLeast(lower_expr, &value) && value >= min && in FitsNarrowerControl() [all …]
|
H A D | induction_var_analysis.h | 211 InductionInfo* lower_expr, 217 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp); 222 bool FitsNarrowerControl(InductionInfo* lower_expr,
|