Home
last modified time | relevance | path

Searched refs:read_right (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc2093 right->AddInstruction(read_right); in TEST_F()
2096 HInstruction* phi_final = MakePhi({read_left, read_right}); in TEST_F()
2105 ASSERT_TRUE(IsRemoved(read_right)); in TEST_F()
4107 HInstruction* return_right = new (GetAllocator()) HReturn(read_right); in TEST_F()
4109 right->AddInstruction(read_right); in TEST_F()
4118 EXPECT_INS_REMOVED(read_right); in TEST_F()
4213 HInstruction* return_right = new (GetAllocator()) HReturn(read_right); in TEST_F()
4215 right->AddInstruction(read_right); in TEST_F()
4225 EXPECT_INS_REMOVED(read_right); in TEST_F()
6192 right->AddInstruction(read_right); in TEST_F()
[all …]