Home | History | Annotate | Download | only in src

Lines Matching refs:incoming_env

261     HEnvironment* incoming_env = pred->last_environment();
263 ASSERT(phis()->length() == incoming_env->length());
265 phis_[i]->AddInput(incoming_env->values()->at(i));