Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc3295 HInstruction* c_val = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
3299 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F()
3307 breturn->AddInstruction(c_val); in TEST_F()
3315 ManuallyBuildEnvFor(c_noescape, {new_inst, a_val, b_val, c_val}); in TEST_F()
3450 HInstruction* c_val = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
3463 entry->AddInstruction(c_val); in TEST_F()
3471 ManuallyBuildEnvFor(c_noescape, {new_inst, a_val, b_val, c_val}); in TEST_F()
3484 HInstruction* add_2_exit = new (GetAllocator()) HAdd(DataType::Type::kInt32, c_val, add_1_exit); in TEST_F()
3534 EXPECT_INS_REMOVED(c_val); in TEST_F()