Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1991 HInstruction* call_loop_header = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() local
1992 HInstruction* if_loop_header = new (GetAllocator()) HIf(call_loop_header); in TEST_F()
1994 loop_header->AddInstruction(call_loop_header); in TEST_F()
1996 call_loop_header->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()