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

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc832 HPhi* phi_j = new (&allocator_) HPhi(&allocator_, 0, 0, Primitive::kPrimInt); local
837 cmp = new (&allocator_) HGreaterThanOrEqual(phi_j, add);
839 inner_header->AddPhi(phi_j);
846 phi_j->AddInput(constant_0);
852 HBoundsCheck* bounds_check1 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0);
859 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
877 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
892 HInstruction* bounds_check4 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0);
911 HInstruction* bounds_check6 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0);
922 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_
[all...]

Completed in 5 milliseconds