Searched refs:OutputStoreBBs (Results 1 – 1 of 1) sorted by relevance
1976 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument1983 for (DenseMap<Value *, BasicBlock *> &CompBBs : OutputStoreBBs) { in findDuplicateOutputBlock()2081 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in alignOutputBlockWithAggFunc() argument2090 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs); in alignOutputBlockWithAggFunc()2104 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()2108 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in alignOutputBlockWithAggFunc()2118 OutputStoreBBs.back().insert(std::make_pair(RetValueForBB, NewBB)); in alignOutputBlockWithAggFunc()2159 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in createSwitchStatement() argument2185 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()2188 ReturnBlock, OutputStoreBBs.size(), EndBB); in createSwitchStatement()[all …]