Lines Matching refs:phi2
737 Node* phi2 = t.graph.NewNode( in RunEdgeMatrix2() local
739 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p3); in RunEdgeMatrix2()
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2}; in RunEdgeMatrix2()
756 phi2, cond2, branch2, if_true2}; in RunEdgeMatrix2()
759 Node* header2[] = {loop2, phi2}; in RunEdgeMatrix2()
813 Node* phi2 = t.graph.NewNode(t.common.Phi(MachineRepresentation::kWord32, 2), in RunEdgeMatrix3() local
815 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p2b); in RunEdgeMatrix3()
840 Node* o3[] = {t.one, phi1, cond1, phi2, cond2}; in RunEdgeMatrix3()
851 Node* l2[] = {phi1, cond1, phi2, cond2}; in RunEdgeMatrix3()
852 Node* l3[] = {phi1, cond1, phi2, cond2, phi3, cond3}; in RunEdgeMatrix3()
865 phi2, cond2, branch2, if_true2, exit3, in RunEdgeMatrix3()
869 Node* header2[] = {loop2, phi2}; in RunEdgeMatrix3()