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