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 214 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const;
induction_var_range_test.cc 245 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) {
246 return range_.IsBodyTripCount(trip);
360 EXPECT_FALSE(IsBodyTripCount(nullptr));
361 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true)));
362 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false)));
363 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true)));
364 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false)));
    [all...]
induction_var_range.cc 413 if (IsBodyTripCount(trip)) {
525 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const {
    [all...]

Completed in 223 milliseconds