Home
last modified time | relevance | path

Searched refs:last_get (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc1157 HInstruction* last_get = in TEST_F() local
1159 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1168 loop_body->AddInstruction(last_get); in TEST_F()
1195 if (IsRemoved(last_get)) { in TEST_F()
1292 HInstruction* last_get = in TEST_F() local
1294 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F()
1300 loop_body->AddInstruction(last_get); in TEST_F()
1305 return std::make_tuple(last_get, body_value, body_set, body_get, t_next); in TEST_F()