Searched defs:BlocksToExtract (Results 1 – 2 of 2) sorted by relevance
77 BlockExtractorLegacyPass(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, in BlockExtractorLegacyPass()111 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass()
385 SmallVector<BasicBlock *, 32> BlocksToExtract; in extractMappedBlocksFromModule() local