Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DestBB

1131     BasicBlock *DestBB;
1133 DestBB = nullptr;
1135 DestBB = BI->getSuccessor(cast<ConstantInt>(Val)->isZero());
1137 DestBB = SI->findCaseValue(cast<ConstantInt>(Val)).getCaseSuccessor();
1141 DestBB = cast<BlockAddress>(Val)->getBasicBlock();
1146 OnlyDest = DestBB;
1147 else if (OnlyDest != DestBB)
1150 PredToDestList.push_back(std::make_pair(Pred, DestBB));