Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DestBB

1219     BasicBlock *DestBB;
1221 DestBB = nullptr;
1223 DestBB = BI->getSuccessor(cast<ConstantInt>(Val)->isZero());
1225 DestBB = SI->findCaseValue(cast<ConstantInt>(Val)).getCaseSuccessor();
1229 DestBB = cast<BlockAddress>(Val)->getBasicBlock();
1234 OnlyDest = DestBB;
1235 else if (OnlyDest != DestBB)
1238 PredToDestList.push_back(std::make_pair(Pred, DestBB));