Lines Matching defs:branch
464 // branch folding optimizations (i.e. because one or more inputs to the Phi is
511 NodeOriginTable::Scope origin_scope(node_origins, "clone branch", node);
512 Node* branch = node;
513 Node* cond = NodeProperties::GetValueInput(branch, 0);
514 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return;
515 Node* merge = NodeProperties::GetControlInput(branch);
521 BranchMatcher matcher(branch);
525 if (use == branch || use == cond) continue;
544 BranchHint const hint = BranchHintOf(branch->op());
601 if (branch == block->control_input()) {
605 branch->Kill();