Searched refs:add_2_exit (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 3299 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F() local 3300 HInstruction* return_exit = new (GetAllocator()) HReturn(add_2_exit); in TEST_F() 3311 breturn->AddInstruction(add_2_exit); in TEST_F() 3369 EXPECT_INS_EQ(add_2_exit->InputAt(0), pred_gets[2]); in TEST_F() 3484 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F() local 3486 new (GetAllocator()) HAdd(DataType::Type::kInt32, val_exit, add_2_exit); in TEST_F() 3490 breturn->AddInstruction(add_2_exit); in TEST_F() 3540 EXPECT_INS_EQ(add_2_exit->InputAt(0), c14); in TEST_F() 3541 EXPECT_INS_EQ(add_2_exit->InputAt(1), add_1_exit); in TEST_F() 3544 EXPECT_INS_EQ(add_3_exit->InputAt(1), add_2_exit); in TEST_F()
|