Home
last modified time | relevance | path

Searched refs:BlockExtractor (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp42 class BlockExtractor { class
44 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon745fa69f0111::BlockExtractor
67 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()
H A DCMakeLists.txt8 BlockExtractor.cpp
/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn29 "BlockExtractor.cpp",
/llvm-project/llvm/docs/GlobalISel/
H A DPipeline.rst143 BlockExtractor to extract basic blocks into new functions. This can be used