Searched refs:removeUnreachableBlocks (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp76 removeUnreachableBlocks(F);
H A DSimplifyCFGPass.cpp178 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);
H A DJumpThreading.cpp168 removeUnreachableBlocks(F);
/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h276 bool removeUnreachableBlocks(Function &F);
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1244 bool llvm::removeUnreachableBlocks(Function &F) { function in class:llvm
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp725 removeUnreachableBlocks(**i);
H A DMemorySanitizer.cpp708 removeUnreachableBlocks(F);

Completed in 206 milliseconds