Searched refs:if_merge (Results 1 – 1 of 1) sorted by relevance
3624 HInstruction* if_merge = new (GetAllocator()) HIf(bool_value_2); in TEST_F() local3625 merge->AddInstruction(if_merge); in TEST_F()4873 HInstruction* if_merge = new (GetAllocator()) HIf(bool_value); in TEST_P() local4874 merge->AddInstruction(if_merge); in TEST_P()5133 HInstruction* if_merge = new (GetAllocator()) HIf(cmp_instructions.cmp_); in TEST_P() local5136 merge->AddInstruction(if_merge); in TEST_P()5178 CheckFinalInstruction(if_merge->InputAt(0), ComparisonPlacement::kAfterEscape); in TEST_P()