Home | History | Annotate | Download | only in compiler

Lines Matching refs:Phi

36   Node* phi =
37 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start);
38 phi->ReplaceInput(0, NULL);
39 graph.SetEnd(phi);
55 Node* phi =
56 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start);
57 phi->ReplaceInput(1, NULL);
58 graph.SetEnd(phi);
74 Node* phi =
75 graph.NewNode(common.Phi(MachineRepresentation::kTagged, 1), k, start);
76 phi->ReplaceInput(0, NULL);