Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc3624 HInstruction* if_merge = new (GetAllocator()) HIf(bool_value_2); in TEST_F() local
3625 merge->AddInstruction(if_merge); in TEST_F()
4873 HInstruction* if_merge = new (GetAllocator()) HIf(bool_value); in TEST_P() local
4874 merge->AddInstruction(if_merge); in TEST_P()
5133 HInstruction* if_merge = new (GetAllocator()) HIf(cmp_instructions.cmp_); in TEST_P() local
5136 merge->AddInstruction(if_merge); in TEST_P()
5178 CheckFinalInstruction(if_merge->InputAt(0), ComparisonPlacement::kAfterEscape); in TEST_P()