Searched refs:OutputStoreBBs (Results 1 – 1 of 1) sorted by relevance
1969 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument2083 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs); in alignOutputBlockWithAggFunc()2097 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()2101 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in alignOutputBlockWithAggFunc()2178 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()2210 if (OutputStoreBBs.size() == 1) { in createSwitchStatement()2245 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs, in fillOverallFunction() argument2274 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in fillOverallFunction()2280 OutputStoreBBs.back().insert(VToBB); in fillOverallFunction()2297 std::vector<DenseMap<Value *, BasicBlock *>> OutputStoreBBs; in deduplicateExtractedSections() local[all …]