Home | History | Annotate | Download | only in optimizing

Lines Matching refs:cmp2

192   HInstruction* cmp2 = new (GetAllocator()) HGreaterThanOrEqual(add, array_length);
193 if_inst = new (GetAllocator()) HIf(cmp2);
197 block2->AddInstruction(cmp2);
260 HInstruction* cmp2 = new (GetAllocator()) HLessThanOrEqual(sub2, constant_0);
261 if_inst = new (GetAllocator()) HIf(cmp2);
264 block2->AddInstruction(cmp2);