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