Home | History | Annotate | Download | only in compiler

Lines Matching refs:Branch

104   // The final states for every polymorphic branch. We join them with
132 Node* branch = graph()->NewNode(common()->Branch(), check, control);
133 control = graph()->NewNode(common()->IfFalse(), branch);
134 receiverissmi_control = graph()->NewNode(common()->IfTrue(), branch);
166 Node* branch =
167 graph()->NewNode(common()->Branch(), check, fallthrough_control);
168 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
169 this_control = graph()->NewNode(common()->IfTrue(), branch);
191 Node* branch =
192 graph()->NewNode(common()->Branch(), check, fallthrough_control);
193 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
194 this_controls.push_back(graph()->NewNode(common()->IfTrue(), branch));
533 // The final states for every polymorphic branch. We join them with
588 Node* branch =
589 graph()->NewNode(common()->Branch(), check, fallthrough_control);
590 this_controls.push_back(graph()->NewNode(common()->IfTrue(), branch));
592 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
615 Node* branch =
616 graph()->NewNode(common()->Branch(), check, fallthrough_control);
617 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
618 transition_control = graph()->NewNode(common()->IfTrue(), branch);