Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DIROutliner.cpp1089 DenseSet<BasicBlock *> ExcludeBBs(OutputStoreBBs.begin(), in alignOutputBlockWithAggFunc() local
1091 ExcludeBBs.insert(OutputBB); in alignOutputBlockWithAggFunc()
1093 collectRelevantInstructions(*(Region.ExtractedFunction), ExcludeBBs); in alignOutputBlockWithAggFunc()
1095 collectRelevantInstructions(*OG.OutlinedFunction, ExcludeBBs); in alignOutputBlockWithAggFunc()