HomeSort by relevance Sort by last modified time
    Searched full:removeunreachableblocks (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 151 bool EverChanged = removeUnreachableBlocks(F);
159 // removeUnreachableBlocks is needed to nuke them, which means we should
162 // removeUnreachableBlocks doesn't do anything.
163 if (!removeUnreachableBlocks(F))
168 EverChanged |= removeUnreachableBlocks(F);
FlattenCFGPass.cpp 76 removeUnreachableBlocks(F);
PlaceSafepoints.cpp 558 modified |= removeUnreachableBlocks(F);
    [all...]
JumpThreading.cpp 213 removeUnreachableBlocks(F);
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
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/test/Transforms/RewriteStatepointsForGC/
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/
Local.h 306 bool removeUnreachableBlocks(Function &F);
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 800 removeUnreachableBlocks(**i);
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]

Completed in 647 milliseconds