Searched refs:BlockExtractor (Results 1 – 4 of 4) sorted by relevance
42 class BlockExtractor { class44 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon745fa69f0111::BlockExtractor67 void BlockExtractor::loadFile() { in loadFile()97 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds()126 bool BlockExtractor::runOnModule(Module &M) { in runOnModule()204 BlockExtractor BE(EraseFunctions); in run()
8 BlockExtractor.cpp
29 "BlockExtractor.cpp",
143 BlockExtractor to extract basic blocks into new functions. This can be used