Searched refs:CheckForFiniteAndConstantProps (Results 1 – 2 of 2) sorted by relevance
207 bool CheckForFiniteAndConstantProps(const HLoopInformation* loop,
380 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