Searched refs:t_next (Results 1 – 1 of 1) sorted by relevance
1305 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F() local1313 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() local1445 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()