Home | History | Annotate | Download | only in src

Lines Matching refs:incoming_env

340     HEnvironment* incoming_env = pred->last_environment();
342 ASSERT(phis()->length() == incoming_env->length());
344 phis_[i]->AddInput(incoming_env->values()->at(i));