Searched defs:if_inst (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc85 HIf* if_inst = new (&allocator_) HIf(cmp); local
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); local
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); local
253 block1->AddInstruction(if_inst);
401 HInstruction* if_inst = new (allocator) HIf(cmp); local
519 HInstruction* if_inst = new (allocator) HIf(cmp); local
629 HInstruction* if_inst = new (allocator) HIf(cmp); local
729 HInstruction* if_inst = new (allocator) HIf(cmp); local
821 HIf* if_inst = new (&allocator_) HIf(cmp); local
[all...]

Completed in 377 milliseconds