Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc3298 HInstruction* add_1_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, a_val, b_val); in TEST_F() local
3299 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F()
3310 breturn->AddInstruction(add_1_exit); in TEST_F()
3367 EXPECT_INS_EQ(add_1_exit->InputAt(0), pred_gets[0]); in TEST_F()
3368 EXPECT_INS_EQ(add_1_exit->InputAt(1), pred_gets[1]); in TEST_F()
3483 HInstruction* add_1_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, a_val, b_val); in TEST_F() local
3484 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F()
3489 breturn->AddInstruction(add_1_exit); in TEST_F()
3538 EXPECT_INS_EQ(add_1_exit->InputAt(0), c12); in TEST_F()
3539 EXPECT_INS_EQ(add_1_exit->InputAt(1), c13); in TEST_F()
[all …]