Searched refs:IsBodyTripCount (Results 1 – 2 of 2) 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()
214 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;