Searched refs:TryGenerateTakenTest (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.h | 392 bool TryGenerateTakenTest(const HBasicBlock* context,
|
D | induction_var_range.cc | 1187 if (TryGenerateTakenTest(context, loop, trip->op_b, graph, block, result, opb)) { in GenerateLastValueLinear() 1418 if (TryGenerateTakenTest(context, loop, trip->op_b, graph, block, result, x)) { in GenerateLastValuePeriodic() 1762 bool InductionVarRange::TryGenerateTakenTest(const HBasicBlock* context, in TryGenerateTakenTest() function in art::InductionVarRange
|