Lines Matching defs:phi
1519 // variable along that path that expects to merge its value into a phi.
1526 // merge and phi nodes have already been created.
1528 auto phi = variable_phis_.find(var);
1529 if (phi != variable_phis_.end()) {
1530 DCHECK_NOT_NULL(phi->second);
1531 state_->raw_assembler_->AppendPhiInput(phi->second, node);
1628 Node* phi = state_->raw_assembler_->Phi(
1630 variable_phis_[var_impl] = phi;
1633 // Bind all variables to a merge phi, the common value along all paths or
1672 // create phi nodes for these.