HomeSort by relevance Sort by last modified time
    Searched refs:removeUnreachableBlocks (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 76 removeUnreachableBlocks(F);
SimplifyCFGPass.cpp 178 bool EverChanged = removeUnreachableBlocks(F);
186 // removeUnreachableBlocks is needed to nuke them, which means we should
189 // removeUnreachableBlocks doesn't do anything.
190 if (!removeUnreachableBlocks(F))
195 EverChanged |= removeUnreachableBlocks(F);
JumpThreading.cpp 168 removeUnreachableBlocks(F);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 276 bool removeUnreachableBlocks(Function &F);
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 725 removeUnreachableBlocks(**i);
    [all...]
MemorySanitizer.cpp 708 removeUnreachableBlocks(F);
    [all...]

Completed in 525 milliseconds