Lines Matching refs:loop1
727 Node* loop1 = t.graph.NewNode(t.common.Loop(2), t.start, t.start); in RunEdgeMatrix2() local
729 t.common.Phi(MachineRepresentation::kWord32, 2), t.one, p1, loop1); in RunEdgeMatrix2()
731 Node* branch1 = t.graph.NewNode(t.common.Branch(), cond1, loop1); in RunEdgeMatrix2()
744 loop1->ReplaceInput(1, exit2); in RunEdgeMatrix2()
754 Node* header1[] = {loop1, phi1}; in RunEdgeMatrix2()
763 Node* chain[] = {loop1, loop2}; in RunEdgeMatrix2()
803 Node* loop1 = t.graph.NewNode(t.common.Loop(2), t.start, t.start); in RunEdgeMatrix3() local
805 p1a, p1c, loop1); in RunEdgeMatrix3()
807 Node* branch1 = t.graph.NewNode(t.common.Branch(), cond1, loop1); in RunEdgeMatrix3()
831 loop1->ReplaceInput(1, exit2); in RunEdgeMatrix3()
860 Node* chain[] = {loop1, loop2, loop3}; in RunEdgeMatrix3()
863 Node* header1[] = {loop1, phi1}; in RunEdgeMatrix3()