Searched refs:IsBodyTripCount (Results 1 – 3 of 3) sorted by relevance
191 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { in IsBodyTripCount() function in art::InductionVarRangeTest192 return range_.IsBodyTripCount(trip); in IsBodyTripCount()296 EXPECT_FALSE(IsBodyTripCount(nullptr)); in TEST_F()297 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true))); in TEST_F()298 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false))); in TEST_F()299 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true))); in TEST_F()300 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false))); in TEST_F()
138 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
278 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const { in IsBodyTripCount() function in art::InductionVarRange636 *needs_taken_test = IsBodyTripCount(trip); in GenerateCode()