Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1963 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument
2077 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs); in alignOutputBlockWithAggFunc()
2092 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()
2096 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in alignOutputBlockWithAggFunc()
2173 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()
2205 if (OutputStoreBBs.size() == 1) { in createSwitchStatement()
2240 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs, in fillOverallFunction() argument
2269 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in fillOverallFunction()
2275 OutputStoreBBs.back().insert(VToBB); in fillOverallFunction()
2292 std::vector<DenseMap<Value *, BasicBlock *>> OutputStoreBBs; in deduplicateExtractedSections() local
[all …]