Lines Matching full:phi1
728 Node* phi1 = t.graph.NewNode(
730 Node* cond1 = t.graph.NewNode(&kIntAdd, phi1, t.one);
746 Node* ret = t.graph.NewNode(t.common.Return(), phi1, t.start, exit1);
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2};
754 Node* header1[] = {loop1, phi1};
804 Node* phi1 = t.graph.NewNode(t.common.Phi(MachineRepresentation::kWord32, 2),
806 Node* cond1 = t.graph.NewNode(&kIntAdd, phi1, p1b);
833 Node* ret = t.graph.NewNode(t.common.Return(), phi1, t.start, exit1);
839 Node* o2[] = {t.one, phi1, cond1};
840 Node* o3[] = {t.one, phi1, cond1, phi2, cond2};
851 Node* l2[] = {phi1, cond1, phi2, cond2};
852 Node* l3[] = {phi1, cond1, phi2, cond2, phi3, cond3};
863 Node* header1[] = {loop1, phi1};