Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp160 bool EverChanged = removeUnreachableBlocks(F); in simplifyFunctionCFG()
172 if (!removeUnreachableBlocks(F)) in simplifyFunctionCFG()
177 EverChanged |= removeUnreachableBlocks(F); in simplifyFunctionCFG()
DFlattenCFGPass.cpp76 removeUnreachableBlocks(F); in runOnFunction()
DPlaceSafepoints.cpp481 Modified |= removeUnreachableBlocks(F); in runOnFunction()
DJumpThreading.cpp189 EverChanged |= removeUnreachableBlocks(F, LVI); in runImpl()
DRewriteStatepointsForGC.cpp2324 MadeChange |= removeUnreachableBlocks(F); in runOnFunction()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers.ll38 ; Our safepoint placement pass calls removeUnreachableBlocks, which does a bunch
42 ; removeUnreachableBlocks. As an example, "br i1 undef, label %merge, label %merge"
43 ; will get simplified to "br label %merge" by removeUnreachableBlocks.
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h312 bool removeUnreachableBlocks(Function &F, LazyValueInfo *LVI = nullptr);
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1014 removeUnreachableBlocks(F); in cleanupPreparedFunclets()
1034 removeUnreachableBlocks(F); in prepareExplicitEH()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1550 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI) { in removeUnreachableBlocks() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp798 removeUnreachableBlocks(*i); in runOnModule()
DMemorySanitizer.cpp849 removeUnreachableBlocks(F); in runOnFunction()