HomeSort by relevance Sort by last modified time
    Searched refs:InductionOp (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
induction_var_analysis.h 60 enum InductionOp {
102 InductionOp op,
114 InductionOp operation;
125 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) {
136 InductionInfo* CreateTripCount(InductionOp op,
145 InductionOp op,
167 InductionInfo* TransferAddSub(InductionInfo* a, InductionInfo* b, InductionOp op);
182 InductionOp op,
189 InductionOp op);
240 InductionInfo* CreateSimplifiedInvariant(InductionOp op, InductionInfo* a, InductionInfo* b)
    [all...]
induction_var_analysis.cc 563 InductionOp op) {
728 InductionOp op,
789 InductionOp op) {
    [all...]
induction_var_range_test.cc 136 HInductionVarAnalysis::InductionOp op;
163 HInductionVarAnalysis::InductionOp op = HInductionVarAnalysis::kTripCountInBodyUnsafe;
    [all...]

Completed in 52 milliseconds