Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc6043 HInstruction* early_exit_left_return = new (GetAllocator()) HReturn(early_exit_left_read); in TEST_F() local
6045 left_exit_early->AddInstruction(early_exit_left_return); in TEST_F()
6085 EXPECT_INS_EQ(early_exit_left_return->InputAt(0), c33); in TEST_F()