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

  /art/compiler/optimizing/
induction_var_range_test.cc 245 bool IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) {
246 return range_.IsBodyTripCount(trip);
362 EXPECT_FALSE(IsBodyTripCount(nullptr));
363 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, true)));
364 EXPECT_FALSE(IsBodyTripCount(CreateTripCount(100, true, false)));
365 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, true)));
366 EXPECT_TRUE(IsBodyTripCount(CreateTripCount(100, false, false)));
    [all...]
induction_var_range.cc 409 if (IsBodyTripCount(trip)) {
520 bool InductionVarRange::IsBodyTripCount(HInductionVarAnalysis::InductionInfo* trip) const {
    [all...]

Completed in 1025 milliseconds