Searched refs:BlocksToExtract (Results 1 – 3 of 3) sorted by relevance
77 BlockExtractorLegacyPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractorLegacyPass() argument82 for (BasicBlock *BB : BlocksToExtract) { in BlockExtractorLegacyPass()111 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument112 return new BlockExtractorLegacyPass(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
189 createBlockExtractorPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract,
385 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local390 BlocksToExtract.push_back(&BB); in extractMappedBlocksFromModule()