Searched refs:last_i (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1156 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F() local 1158 new (GetAllocator()) HArrayGet(alloc_w, last_i, DataType::Type::kInt32, 0); in TEST_F() 1167 loop_body->AddInstruction(last_i); in TEST_F() 1285 HInstruction* last_i = new (GetAllocator()) HSub(DataType::Type::kInt32, i_phi, one_const); in TEST_F() local 1293 new (GetAllocator()) HArrayGet(alloc_w, last_i, DataType::Type::kInt32, 0); in TEST_F() 1314 loop_body->InsertInstructionBefore(last_i, last_get_1); in TEST_F()
|