Searched refs:phi_i (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc816 HPhi* phi_i = new (&allocator_) HPhi(&allocator_, 0, 0, Primitive::kPrimInt); local
820 HInstruction* cmp = new (&allocator_) HGreaterThanOrEqual(phi_i, add);
822 outer_header->AddPhi(phi_i);
828 phi_i->AddInput(constant_0);
835 HSub* sub = new (&allocator_) HSub(Primitive::kPrimInt, array_length, phi_i);
929 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_i, constant_1);
932 phi_i->AddInput(add);

Completed in 44 milliseconds