Searched refs:i_phi (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1131 HPhi* i_phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in TEST_F() local 1134 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F() 1136 loop_entry->AddPhi(i_phi); in TEST_F() 1149 i_phi->AddInput(one_const); in TEST_F() 1153 ManuallyBuildEnvFor(suspend, { alloc_w, i_phi, t_phi }); in TEST_F() 1156 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F() 1161 new (GetAllocator()) HArraySet(alloc_w, i_phi, body_value, DataType::Type::kInt32, 0); in TEST_F() 1163 new (GetAllocator()) HArrayGet(alloc_w, i_phi, DataType::Type::kInt32, 0); in TEST_F() 1165 HInstruction* i_next = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_phi, one_const); in TEST_F() 1177 i_phi->AddInput(i_next); in TEST_F() [all …]
|