Home
last modified time | relevance | path

Searched refs:TryGenerateTakenTest (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h392 bool TryGenerateTakenTest(const HBasicBlock* context,
Dinduction_var_range.cc1187 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