Searched refs:IsBodyTripCount (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.h138 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
H A Dinduction_var_range_test.cc191 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) { function in class:art::InductionVarRangeTest
192 return range_.IsBodyTripCount(trip);
296 EXPECT_FALSE(IsBodyTripCount(nullptr));
297 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true)));
298 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false)));
299 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true)));
300 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false)));
H A Dinduction_var_range.cc278 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const { function in class:art::InductionVarRange
636 *needs_taken_test = IsBodyTripCount(trip);

Completed in 47 milliseconds