Home | History | Annotate | Download | only in compiler

Lines Matching refs:check_branch

2226   Node* check_branch =
2228 *check_fail = graph()->NewNode(common()->IfFalse(), check_branch);
2233 *control = graph()->NewNode(common()->IfTrue(), check_branch);
3153 Node* check_branch =
3155 Node* check_fail = graph()->NewNode(common()->IfFalse(), check_branch);
3160 control = graph()->NewNode(common()->IfTrue(), check_branch);