Searched refs:InductionOp (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.h58 enum InductionOp { enum in class:art::HInductionVarAnalysis
97 InductionOp op,
109 InductionOp operation;
120 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) {
131 InductionInfo* CreateTripCount(InductionOp op,
157 InductionInfo* TransferAddSub(InductionInfo* a, InductionInfo* b, InductionOp op);
173 InductionOp op,
206 InductionInfo* CreateSimplifiedInvariant(InductionOp op, InductionInfo* a, InductionInfo* b);
H A Dinduction_var_analysis.cc358 InductionOp op) {
517 InductionOp op,
701 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests
709 InductionOp op = kNop;
841 InductionOp op,
H A Dinduction_var_range_test.cc118 HInductionVarAnalysis::InductionOp op;

Completed in 53 milliseconds