HomeSort by relevance Sort by last modified time
    Searched defs:InductionVarRange (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 37 class InductionVarRange {
58 explicit InductionVarRange(HInductionVarAnalysis* induction);
323 DISALLOW_COPY_AND_ASSIGN(InductionVarRange);
induction_var_range.cc 121 static InductionVarRange::Value SimplifyMin(InductionVarRange::Value v) {
126 return InductionVarRange::Value(v.b_constant);
133 static InductionVarRange::Value SimplifyMax(InductionVarRange::Value v, HInstruction* hint) {
141 return InductionVarRange::Value(v.instruction->InputAt(0), 1, v.b_constant);
146 return InductionVarRange::Value(suitable, 1, v.b_constant);
153 static bool IsConstantValue(InductionVarRange::Value v) {
158 static InductionVarRange::Value CorrectForType(InductionVarRange::Value v, Primitive::Type type)
    [all...]

Completed in 109 milliseconds