Searched refs:OutputStoreBBs (Results 1 – 1 of 1) sorted by relevance
1963 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument2077 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() argument2269 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 …]