Home
last modified time | relevance | path

Searched refs:BlocksToExtract (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp77 BlockExtractorLegacyPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractorLegacyPass() argument
82 for (BasicBlock *BB : BlocksToExtract) { in BlockExtractorLegacyPass()
111 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument
112 return new BlockExtractorLegacyPass(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DIPO.h189 createBlockExtractorPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp385 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local
390 BlocksToExtract.push_back(&BB); in extractMappedBlocksFromModule()