Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc938 InductionInfo* lower_expr = a->op_b; in VisitCondition() local
957 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) || in VisitCondition()
958 (stride_value == -1 && IsTaken(lower_expr, upper_expr, kCondGE)))) { in VisitCondition()
964 !FitsNarrowerControl(lower_expr, upper_expr, stride_value, a->type, cmp)) { in VisitCondition()
972 VisitTripCount(loop, lower_expr, upper_expr, stride_expr, stride_value, type, cmp); in VisitCondition()
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()
1048 InductionInfo* taken_test = CreateInvariantOp(op, lower_expr, upper_expr); in VisitTripCount()
1053 bool HInductionVarAnalysis::IsTaken(InductionInfo* lower_expr, in IsTaken() argument
[all …]
Dinduction_var_analysis.h211 InductionInfo* lower_expr,
217 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp);
222 bool FitsNarrowerControl(InductionInfo* lower_expr,