Searched refs:HaveSameInduction (Results 1 – 1 of 1) sorted by relevance
183 bool HaveSameInduction(HInstruction* instruction1, HInstruction* instruction2) { in HaveSameInduction() function in art::InductionVarAnalysisTest268 EXPECT_FALSE(HaveSameInduction(store->InputAt(1), increment_[0])); in TEST_F()366 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()367 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()397 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()398 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()1105 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F()