Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp44 class BlockExtractor { class
46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() function in __anon79ae07b70111::BlockExtractor
72 BlockExtractor BE;
122 void BlockExtractor::loadFile() { in loadFile()
151 void BlockExtractor::splitLandingPadPreds(Function &F) { in splitLandingPadPreds()
180 bool BlockExtractor::runOnModule(Module &M) { in runOnModule()
257 BlockExtractor BE(false); in run()
H A DCMakeLists.txt8 BlockExtractor.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMipo/
H A DMakefile15 BlockExtractor.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn28 "BlockExtractor.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DPipeline.rst143 BlockExtractor to extract basic blocks into new functions. This can be used