Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DestBB

1112     BasicBlock *DestBB;
1114 DestBB = 0;
1116 DestBB = BI->getSuccessor(cast<ConstantInt>(Val)->isZero());
1118 DestBB = SI->findCaseValue(cast<ConstantInt>(Val)).getCaseSuccessor();
1122 DestBB = cast<BlockAddress>(Val)->getBasicBlock();
1127 OnlyDest = DestBB;
1128 else if (OnlyDest != DestBB)
1131 PredToDestList.push_back(std::make_pair(Pred, DestBB));