Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h206 bool CheckForFiniteAndConstantProps(HLoopInformation* loop,
Dinduction_var_range.cc356 return CheckForFiniteAndConstantProps(loop, &is_constant_unused, trip_count); in IsFinite()
362 CheckForFiniteAndConstantProps(loop, &is_constant, trip_count); in HasKnownTripCount()
422 bool InductionVarRange::CheckForFiniteAndConstantProps(HLoopInformation* loop, in CheckForFiniteAndConstantProps() function in art::InductionVarRange