Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h339 bool GenerateLastValueGeometric(const HBasicBlock* context,
Dinduction_var_range.cc1087 return GenerateLastValueGeometric(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue()
1240 bool InductionVarRange::GenerateLastValueGeometric(const HBasicBlock* context, in GenerateLastValueGeometric() function in art::InductionVarRange