Searched refs:store2 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 321 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F() local 330 GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 833 HInstruction* store2 = InsertArrayStore(t, 0); in TEST_F() local 839 EXPECT_STREQ("periodic((100), (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 1092 HInstruction* store2 = InsertArrayStore(basic_[0], 0); in TEST_F() local 1097 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 1102 EXPECT_FALSE(IsNarrowingLinear(store2->InputAt(1))); in TEST_F() 1105 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F() 1125 HInstruction* store2 = InsertArrayStore(add, 0); in TEST_F() local 1132 EXPECT_STREQ("", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() [all …]
|
D | load_store_elimination_test.cc | 278 HInstruction* store2 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 285 ASSERT_FALSE(IsRemoved(store2)); in TEST_F() 302 HInstruction* store2 = AddArraySet(entry_block_, array_, c1, c2); in TEST_F() local 307 ASSERT_FALSE(IsRemoved(store2)); in TEST_F() 564 HInstruction* store2 = AddArraySet(right, array_, i_add1_); in TEST_F() local 572 ASSERT_FALSE(IsRemoved(store2)); in TEST_F()
|