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

  /art/compiler/optimizing/
induction_var_range.h 119 bool CanGenerateLastValue(HInstruction* instruction);
125 * Precondition: CanGenerateLastValue() returns true.
induction_var_range_test.cc     [all...]
induction_var_range.cc 313 bool InductionVarRange::CanGenerateLastValue(HInstruction* instruction) {
350 LOG(FATAL) << "Failed precondition: CanGenerateLastValue()";
    [all...]
loop_optimization.cc     [all...]

Completed in 261 milliseconds