Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp176 bool EverChanged = removeUnreachableBlocks(F); in simplifyFunctionCFG()
188 if (!removeUnreachableBlocks(F)) in simplifyFunctionCFG()
193 EverChanged |= removeUnreachableBlocks(F); in simplifyFunctionCFG()
H A DFlattenCFGPass.cpp76 removeUnreachableBlocks(F); in runOnFunction()
H A DPlaceSafepoints.cpp493 Modified |= removeUnreachableBlocks(F); in runOnFunction()
H A DRewriteStatepointsForGC.cpp2539 bool MadeChange = removeUnreachableBlocks(F, nullptr, &DTU); in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h390 bool removeUnreachableBlocks(Function &F, LazyValueInfo *LVI = nullptr,
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp424 removeUnreachableBlocks(F); in postSplitCleanup()
518 removeUnreachableBlocks(F); in addMustTailToCoroResumes()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1018 removeUnreachableBlocks(F); in cleanupPreparedFunclets()
1040 removeUnreachableBlocks(F); in prepareExplicitEH()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp911 removeUnreachableBlocks(*i); in runOnModule()
H A DMemorySanitizer.cpp1267 removeUnreachableBlocks(F); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2201 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI, in removeUnreachableBlocks() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2272 if (removeUnreachableBlocks(*F)) { in OptimizeFunctions()