Lines Matching refs:if_inst

83   HIf* if_inst = new (GetAllocator()) HIf(cmp);  in TEST_F()  local
85 block1->AddInstruction(if_inst); in TEST_F()
106 if_inst = new (GetAllocator()) HIf(cmp); in TEST_F()
110 block3->AddInstruction(if_inst); in TEST_F()
181 HIf* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() local
183 block1->AddInstruction(if_inst); in TEST_F()
193 if_inst = new (GetAllocator()) HIf(cmp2); in TEST_F()
198 block2->AddInstruction(if_inst); in TEST_F()
248 HIf* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() local
252 block1->AddInstruction(if_inst); in TEST_F()
261 if_inst = new (GetAllocator()) HIf(cmp2); in TEST_F()
265 block2->AddInstruction(if_inst); in TEST_F()
401 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph1() local
406 loop_header->AddInstruction(if_inst); in BuildSSAGraph1()
519 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph2() local
522 loop_header->AddInstruction(if_inst); in BuildSSAGraph2()
628 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph3() local
631 loop_header->AddInstruction(if_inst); in BuildSSAGraph3()
728 HInstruction* if_inst = new (allocator) HIf(cmp); in BuildSSAGraph4() local
733 loop_header->AddInstruction(if_inst); in BuildSSAGraph4()
820 HIf* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() local
826 outer_header->AddInstruction(if_inst); in TEST_F()
837 if_inst = new (GetAllocator()) HIf(cmp); in TEST_F()
844 inner_header->AddInstruction(if_inst); in TEST_F()
865 if_inst = new (GetAllocator()) HIf(cmp); in TEST_F()
872 inner_body_compare->AddInstruction(if_inst); in TEST_F()
1003 HInstruction* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() local
1006 loop_header->AddInstruction(if_inst); in TEST_F()