Home | History | Annotate | Download | only in optimizing

Lines Matching full:if_inst

85   HIf* if_inst = new (&allocator_) HIf(cmp);
87 block1->AddInstruction(if_inst);
108 if_inst = new (&allocator_) HIf(cmp);
112 block3->AddInstruction(if_inst);
183 HIf* if_inst = new (&allocator_) HIf(cmp);
185 block1->AddInstruction(if_inst);
194 if_inst = new (&allocator_) HIf(cmp2);
199 block2->AddInstruction(if_inst);
249 HIf* if_inst = new (&allocator_) HIf(cmp);
253 block1->AddInstruction(if_inst);
261 if_inst = new (&allocator_) HIf(cmp2);
265 block2->AddInstruction(if_inst);
401 HInstruction* if_inst = new (allocator) HIf(cmp);
406 loop_header->AddInstruction(if_inst);
519 HInstruction* if_inst = new (allocator) HIf(cmp);
522 loop_header->AddInstruction(if_inst);
629 HInstruction* if_inst = new (allocator) HIf(cmp);
632 loop_header->AddInstruction(if_inst);
729 HInstruction* if_inst = new (allocator) HIf(cmp);
734 loop_header->AddInstruction(if_inst);
821 HIf* if_inst = new (&allocator_) HIf(cmp);
827 outer_header->AddInstruction(if_inst);
838 if_inst = new (&allocator_) HIf(cmp);
845 inner_header->AddInstruction(if_inst);
866 if_inst = new (&allocator_) HIf(cmp);
873 inner_body_compare->AddInstruction(if_inst);