Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1428 HInstruction* read_1 = in TEST_F() local
1432 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1434 ret->AddInstruction(read_1); in TEST_F()
1446 EXPECT_INS_REMOVED(read_1); in TEST_F()
1518 HInstruction* read_1 = in TEST_F() local
1522 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, read_1, read_2); in TEST_F()
1524 ret->AddInstruction(read_1); in TEST_F()
1536 EXPECT_INS_REMOVED(read_1); in TEST_F()