/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | unreachable-regression.ll | 7 ; removeUnreachableBlocks() was called. But it is stronger than 8 ; DominatorTree::isReachableFromEntry(), i.e. removeUnreachableBlocks 23 ; This block is reachable but removed by removeUnreachableBlocks()
|
D | base-pointers.ll | 39 ; Our safepoint placement pass calls removeUnreachableBlocks, which does a bunch 43 ; removeUnreachableBlocks. As an example, "br i1 undef, label %merge, label %merge" 44 ; will get simplified to "br label %merge" by removeUnreachableBlocks.
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 160 bool EverChanged = removeUnreachableBlocks(F); in simplifyFunctionCFG() 172 if (!removeUnreachableBlocks(F)) in simplifyFunctionCFG() 177 EverChanged |= removeUnreachableBlocks(F); in simplifyFunctionCFG()
|
D | FlattenCFGPass.cpp | 76 removeUnreachableBlocks(F); in runOnFunction()
|
D | PlaceSafepoints.cpp | 481 Modified |= removeUnreachableBlocks(F); in runOnFunction()
|
D | JumpThreading.cpp | 189 EverChanged |= removeUnreachableBlocks(F, LVI); in runImpl()
|
D | RewriteStatepointsForGC.cpp | 2324 MadeChange |= removeUnreachableBlocks(F); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 176 bool EverChanged = removeUnreachableBlocks(F); in simplifyFunctionCFG() 188 if (!removeUnreachableBlocks(F)) in simplifyFunctionCFG() 193 EverChanged |= removeUnreachableBlocks(F); in simplifyFunctionCFG()
|
D | FlattenCFGPass.cpp | 76 removeUnreachableBlocks(F); in runOnFunction()
|
D | PlaceSafepoints.cpp | 493 Modified |= removeUnreachableBlocks(F); in runOnFunction()
|
D | RewriteStatepointsForGC.cpp | 2538 bool MadeChange = removeUnreachableBlocks(F, nullptr, &DD); in runOnFunction()
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers.ll | 38 ; 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/ |
D | Local.h | 312 bool removeUnreachableBlocks(Function &F, LazyValueInfo *LVI = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 382 bool removeUnreachableBlocks(Function &F, LazyValueInfo *LVI = nullptr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 424 removeUnreachableBlocks(F); in postSplitCleanup() 518 removeUnreachableBlocks(F); in addMustTailToCoroResumes()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1014 removeUnreachableBlocks(F); in cleanupPreparedFunclets() 1034 removeUnreachableBlocks(F); in prepareExplicitEH()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1018 removeUnreachableBlocks(F); in cleanupPreparedFunclets() 1040 removeUnreachableBlocks(F); in prepareExplicitEH()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1550 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI) { in removeUnreachableBlocks() function in llvm
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 798 removeUnreachableBlocks(*i); in runOnModule()
|
D | MemorySanitizer.cpp | 849 removeUnreachableBlocks(F); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 910 removeUnreachableBlocks(*i); in runOnModule()
|
D | MemorySanitizer.cpp | 1000 removeUnreachableBlocks(F); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2207 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI, in removeUnreachableBlocks() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2259 if (removeUnreachableBlocks(*F)) { in OptimizeFunctions()
|