Lines Matching refs:tc
162 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) {
171 // Return TC with taken-test 0 < TC.
173 CreateConst(tc),
174 CreateInvariant('<', CreateConst(0), CreateConst(tc)),
790 int64_t tc = 0;
791 EXPECT_TRUE(range_.IsFinite(loop_header_->GetLoopInformation(), &tc));
792 EXPECT_EQ(1000, tc);
846 int64_t tc = 0;
847 EXPECT_TRUE(range_.IsFinite(loop_header_->GetLoopInformation(), &tc));
848 EXPECT_EQ(1000, tc);
928 int64_t tc = 0;
929 EXPECT_TRUE(range_.IsFinite(loop_header_->GetLoopInformation(), &tc));
930 EXPECT_EQ(0, tc); // unknown
1014 int64_t tc = 0;
1015 EXPECT_TRUE(range_.IsFinite(loop_header_->GetLoopInformation(), &tc));
1016 EXPECT_EQ(0, tc); // unknown