Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp48 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() argument
50 : ModulePass(ID), Blocks(BlocksToExtract.begin(), BlocksToExtract.end()), in BlockExtractor()
70 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument
71 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DIPO.h184 createBlockExtractorPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract,
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp386 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local
391 BlocksToExtract.push_back(&BB); in extractMappedBlocksFromModule()