Searched refs:OutputStoreBBs (Results 1 – 1 of 1) sorted by relevance
1950 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument1957 for (DenseMap<Value *, BasicBlock *> &CompBBs : OutputStoreBBs) { in findDuplicateOutputBlock()2055 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in alignOutputBlockWithAggFunc() argument2064 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs); in alignOutputBlockWithAggFunc()2078 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()2082 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in alignOutputBlockWithAggFunc()2092 OutputStoreBBs.back().insert(std::make_pair(RetValueForBB, NewBB)); in alignOutputBlockWithAggFunc()2133 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in createSwitchStatement() argument2159 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()2162 ReturnBlock, OutputStoreBBs.size(), EndBB); in createSwitchStatement()[all …]