Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1571 HInstruction* read_2 = in TEST_F() local
1573 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1576 ret->AddInstruction(read_2); in TEST_F()
1588 EXPECT_INS_REMOVED(read_2); in TEST_F()
1661 HInstruction* read_2 = in TEST_F() local
1663 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1666 ret->AddInstruction(read_2); in TEST_F()
1678 EXPECT_INS_REMOVED(read_2); in TEST_F()