Searched refs:IsBodyTripCount (Results 1 – 3 of 3) sorted by relevance
245 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { in IsBodyTripCount() function in art::InductionVarRangeTest246 return range_.IsBodyTripCount(trip); in IsBodyTripCount()360 EXPECT_FALSE(IsBodyTripCount(nullptr)); in TEST_F()361 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true))); in TEST_F()362 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false))); in TEST_F()363 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true))); in TEST_F()364 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false))); in TEST_F()
228 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
401 if (IsBodyTripCount(trip)) { in GenerateTripCount()525 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const { in IsBodyTripCount() function in art::InductionVarRange995 *needs_taken_test = IsBodyTripCount(trip); in GenerateRangeOrLastValue()