reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/JumpThreading.cpp
 1635       DestBB = nullptr;
 1638       DestBB = BI->getSuccessor(cast<ConstantInt>(Val)->isZero());
 1641       DestBB = SI->findCaseValue(cast<ConstantInt>(Val))->getCaseSuccessor();
 1646       DestBB = cast<BlockAddress>(Val)->getBasicBlock();
 1651       OnlyDest = DestBB;
 1654       if (OnlyDest != DestBB)
 1668     PredToDestList.push_back(std::make_pair(Pred, DestBB));