Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc6060 HInstruction* early_exit_right_read = in TEST_F() local
6062 HInstruction* early_exit_right_return = new (GetAllocator()) HReturn(early_exit_right_read); in TEST_F()
6063 right_exit_early->AddInstruction(early_exit_right_read); in TEST_F()
6082 EXPECT_INS_REMOVED(early_exit_right_read); in TEST_F()