HomeSort by relevance Sort by last modified time
    Searched refs:IsBodyTripCount (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 138 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
induction_var_range_test.cc 191 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) {
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)));
    [all...]
induction_var_range.cc 278 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const {
636 *needs_taken_test = IsBodyTripCount(trip);
    [all...]

Completed in 610 milliseconds