Home
last modified time | relevance | path

Searched refs:removeUnreachableBlocks (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp242 bool EverChanged = removeUnreachableBlocks(F, DT ? &DTU : nullptr); in simplifyFunctionCFGImpl()
254 if (!removeUnreachableBlocks(F, DT ? &DTU : nullptr)) in simplifyFunctionCFGImpl()
259 EverChanged |= removeUnreachableBlocks(F, DT ? &DTU : nullptr); in simplifyFunctionCFGImpl()
H A DFlattenCFGPass.cpp87 removeUnreachableBlocks(F); in runOnFunction()
H A DLowerConstantIntrinsics.cpp145 removeUnreachableBlocks(F, DTU.hasValue() ? DTU.getPointer() : nullptr); in lowerConstantIntrinsics()
H A DPlaceSafepoints.cpp491 Modified |= removeUnreachableBlocks(F); in runOnFunction()
H A DRewriteStatepointsForGC.cpp2780 bool MadeChange = removeUnreachableBlocks(F, &DTU); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h355 bool removeUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1034 removeUnreachableBlocks(F); in cleanupPreparedFunclets()
1056 removeUnreachableBlocks(F); in prepareExplicitEH()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1108 removeUnreachableBlocks(F); in postSplitCleanup()
1268 removeUnreachableBlocks(F); in addMustTailToCoroResumes()
1771 removeUnreachableBlocks(F); in splitCoroutine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1925 if (removeUnreachableBlocks(*F)) { in OptimizeFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2436 bool llvm::removeUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in removeUnreachableBlocks() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1657 removeUnreachableBlocks(*F); in runImpl()
H A DMemorySanitizer.cpp1095 removeUnreachableBlocks(F); in MemorySanitizerVisitor()