Home | History | Annotate | Download | only in compiler

Lines Matching full:branch

73   Node* branch = node;
74 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false;
75 Node* cond = NodeProperties::GetValueInput(branch, 0);
87 BranchMatcher matcher(branch);
108 if (branch != node) {
109 branch->NullAllInputs();
116 branch = branch1;
122 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
123 if (branch == node) {
136 branch->NullAllInputs();