Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc8192 HInstruction* header_invoke = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() local
8193 HInstruction* header_if = new (GetAllocator()) HIf(header_invoke); in TEST_F()
8195 loop_header->AddInstruction(header_invoke); in TEST_F()
8198 header_invoke->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()