Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1164 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F() local
1172 loop_body->AddInstruction(t_next); in TEST_F()
1178 t_phi->AddInput(t_next); in TEST_F()
1179 t_next->CopyEnvironmentFrom(suspend->GetEnvironment()); in TEST_F()
1299 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, last_t_value }); in TEST_F() local
1304 loop_body->AddInstruction(t_next); in TEST_F()
1305 return std::make_tuple(last_get, body_value, body_set, body_get, t_next); in TEST_F()