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

  /art/compiler/optimizing/
induction_var_range_test.cc 162 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) {
172 return iva_->CreateTripCount(op,
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)));
367 EXPECT_FALSE(IsUnsafeTripCount(CreateTripCount(100, true, true)));
368 EXPECT_TRUE(IsUnsafeTripCount(CreateTripCount(100, true, false)));
369 EXPECT_FALSE(IsUnsafeTripCount(CreateTripCount(100, false, true)));
370 EXPECT_TRUE(IsUnsafeTripCount(CreateTripCount(100, false, false)))
    [all...]
induction_var_analysis.h 136 InductionInfo* CreateTripCount(InductionOp op,
induction_var_analysis.cc     [all...]

Completed in 100 milliseconds