Searched refs:BlocksToExtract (Results 1 – 3 of 3) sorted by relevance
48 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractor() argument50 : ModulePass(ID), Blocks(BlocksToExtract.begin(), BlocksToExtract.end()), in BlockExtractor()70 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument71 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
184 createBlockExtractorPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract,
386 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local391 BlocksToExtract.push_back(&BB); in extractMappedBlocksFromModule()