Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1034 for (BasicBlock *CompBB : OutputStoreBBs) { in findDuplicateOutputBlock()
1132 findDuplicateOutputBlock(OutputBB, OutputStoreBBs); in alignOutputBlockWithAggFunc()
1146 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()
1151 OutputStoreBBs.push_back(OutputBB); in alignOutputBlockWithAggFunc()
1178 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()
1184 for (BasicBlock *BB : OutputStoreBBs) { in createSwitchStatement()
1196 if (OutputStoreBBs.size() == 1) { in createSwitchStatement()
1199 BasicBlock *OutputBlock = OutputStoreBBs[0]; in createSwitchStatement()
1255 OutputStoreBBs.push_back(NewBB); in fillOverallFunction()
1271 std::vector<BasicBlock *> OutputStoreBBs; in deduplicateExtractedSections() local
[all …]