Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc795 InductionInfo* lower_expr = a->op_b; in VisitCondition() local
806 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) || in VisitCondition()
807 (stride_value == -1 && IsTaken(lower_expr, upper_expr, kCondGE)))) { in VisitCondition()
815 !FitsNarrowerControl(lower_expr, upper_expr, stride_value, a->type, cmp)) { in VisitCondition()
823 VisitTripCount(loop, lower_expr, upper_expr, stride_expr, stride_value, type, cmp); in VisitCondition()
829 InductionInfo* lower_expr, in VisitTripCount() argument
862 const bool is_taken = IsTaken(lower_expr, upper_expr, cmp); in VisitTripCount()
877 kDiv, CreateInvariantOp(kSub, trip_count, lower_expr), stride_expr); in VisitTripCount()
899 InductionInfo* taken_test = CreateInvariantOp(op, lower_expr, upper_expr); in VisitTripCount()
904 bool HInductionVarAnalysis::IsTaken(InductionInfo* lower_expr, in IsTaken() argument
[all …]
Dinduction_var_analysis.h206 InductionInfo* lower_expr,
212 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp);
217 bool FitsNarrowerControl(InductionInfo* lower_expr,