Searched refs:phi_j (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 830 HPhi* phi_j = new (&allocator_) HPhi(&allocator_, 0, 0, Primitive::kPrimInt); in TEST_F() local 835 cmp = new (&allocator_) HGreaterThanOrEqual(phi_j, add); in TEST_F() 837 inner_header->AddPhi(phi_j); in TEST_F() 844 phi_j->AddInput(constant_0); in TEST_F() 850 HBoundsCheck* bounds_check1 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0); in TEST_F() 857 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F() 875 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F() 890 HInstruction* bounds_check4 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0); in TEST_F() 909 HInstruction* bounds_check6 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0); in TEST_F() 920 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F() [all …]
|