Home | History | Annotate | Download | only in compiler

Lines Matching defs:cond2

739       Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p3);
740 Node* branch2 = t.graph.NewNode(t.common.Branch(), cond2, loop2);
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2};
756 phi2, cond2, branch2, if_true2};
760 Node* body2[] = {cond2, branch2, if_true2};
815 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p2b);
816 Node* branch2 = t.graph.NewNode(t.common.Branch(), cond2, loop2);
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};
865 phi2, cond2, branch2, if_true2, exit3,
870 Node* body2[] = {cond2, branch2, if_true2, exit3, loop3,