Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1430 HInstruction* read_2 = in TEST_F() local
1432 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1435 ret->AddInstruction(read_2); in TEST_F()
1447 EXPECT_INS_REMOVED(read_2); in TEST_F()
1520 HInstruction* read_2 = in TEST_F() local
1522 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1525 ret->AddInstruction(read_2); in TEST_F()
1537 EXPECT_INS_REMOVED(read_2); in TEST_F()