Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h207 bool CheckForFiniteAndConstantProps(const HLoopInformation* loop,
Dinduction_var_range.cc380 return CheckForFiniteAndConstantProps(loop, &is_constant_unused, trip_count); in IsFinite()
386 CheckForFiniteAndConstantProps(loop, &is_constant, trip_count); in HasKnownTripCount()
461 bool InductionVarRange::CheckForFiniteAndConstantProps(const HLoopInformation* loop, in CheckForFiniteAndConstantProps() function in art::InductionVarRange