Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1850 HInstruction* call_loop_header = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() local
1851 HInstruction* if_loop_header = new (GetAllocator()) HIf(call_loop_header); in TEST_F()
1853 loop_header->AddInstruction(call_loop_header); in TEST_F()
1855 call_loop_header->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()