Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h307 bool GenerateLastValueGeometric(HInductionVarAnalysis::InductionInfo* info,
Dinduction_var_range.cc988 return GenerateLastValueGeometric(info, trip, graph, block, lower); in GenerateRangeOrLastValue()
1049 bool InductionVarRange::GenerateLastValueGeometric(HInductionVarAnalysis::InductionInfo* info, in GenerateLastValueGeometric() function in art::InductionVarRange