Searched refs:IsBodyTripCount (Results 1 – 3 of 3) sorted by relevance
252 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { in IsBodyTripCount() function in art::InductionVarRangeTest253 return range_.IsBodyTripCount(trip); in IsBodyTripCount()408 EXPECT_FALSE(IsBodyTripCount(nullptr)); in TEST_F()409 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true))); in TEST_F()410 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false))); in TEST_F()411 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true))); in TEST_F()412 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false))); in TEST_F()
233 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
426 if (IsBodyTripCount(trip)) { in GenerateTripCount()571 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const { in IsBodyTripCount() function in art::InductionVarRange1069 *needs_taken_test = IsBodyTripCount(trip); in GenerateRangeOrLastValue()