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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1703     for (Loop *IL = L.getParentLoop(); IL != ParentL;
 1704          IL = IL->getParentLoop()) {
 1704          IL = IL->getParentLoop()) {
 1705       IL->getBlocksSet().erase(PH);
 1707         IL->getBlocksSet().erase(BB);
 1708       llvm::erase_if(IL->getBlocksVector(), [&](BasicBlock *BB) {