Searched refs:InductionOp (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.h | 60 enum InductionOp { enum 102 InductionOp op, in InductionInfo() 114 InductionOp operation; 125 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp() 136 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount() 145 InductionOp op, in CreateInduction() 167 InductionInfo* TransferAddSub(InductionInfo* a, InductionInfo* b, InductionOp op); 182 InductionOp op, 189 InductionOp op); 240 InductionInfo* CreateSimplifiedInvariant(InductionOp op, InductionInfo* a, InductionInfo* b);
|
D | induction_var_analysis.cc | 564 InductionOp op) { in TransferAddSub() 729 InductionOp op, in SolveAddSub() 790 InductionOp op) { in SolveOp() 1029 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount() 1037 InductionOp op = kNop; in VisitTripCount() 1235 InductionOp op, in CreateSimplifiedInvariant()
|
D | induction_var_range_test.cc | 136 HInductionVarAnalysis::InductionOp op; in CreateInvariant() 163 HInductionVarAnalysis::InductionOp op = HInductionVarAnalysis::kTripCountInBodyUnsafe; in CreateTripCount()
|