Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1305 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F() local
1313 loop_body->AddInstruction(t_next); in TEST_F()
1319 t_phi->AddInput(t_next); in TEST_F()
1320 t_next->CopyEnvironmentFrom(suspend->GetEnvironment()); in TEST_F()
1440 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, last_t_value }); in TEST_F() local
1445 loop_body->AddInstruction(t_next); in TEST_F()
1446 return std::make_tuple(last_get, body_value, body_set, body_get, t_next); in TEST_F()