Lines Matching defs:branch
290 // *separate* phi node, rather than all operands to the branch itself as with
827 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator());
829 branch.getSuccessorOperands(succIndex).append(
854 // Identify sets of blocks, other than the entry block, that branch to the
944 auto branch = dyn_cast<BranchOpInterface>((*predIt)->getTerminator());
945 if (!branch) {
950 SuccessorOperands succOperands = branch.getSuccessorOperands(succIndex);
975 // Remove the argument from the branch ops.
978 auto branch = cast<BranchOpInterface>((*predIt)->getTerminator());
980 SuccessorOperands succOperands = branch.getSuccessorOperands(succIndex);