Searched refs:OutputStoreBBs (Results 1 – 1 of 1) sorted by relevance
1972 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in findDuplicateOutputBlock() argument1979 for (DenseMap<Value *, BasicBlock *> &CompBBs : OutputStoreBBs) { in findDuplicateOutputBlock()2077 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in alignOutputBlockWithAggFunc() argument2086 findDuplicateOutputBlock(OutputBBs, OutputStoreBBs); in alignOutputBlockWithAggFunc()2100 Region.OutputBlockNum = OutputStoreBBs.size(); in alignOutputBlockWithAggFunc()2104 OutputStoreBBs.push_back(DenseMap<Value *, BasicBlock *>()); in alignOutputBlockWithAggFunc()2114 OutputStoreBBs.back().insert(std::make_pair(RetValueForBB, NewBB)); in alignOutputBlockWithAggFunc()2155 std::vector<DenseMap<Value *, BasicBlock *>> &OutputStoreBBs) { in createSwitchStatement() argument2181 << OutputStoreBBs.size() << "\n"); in createSwitchStatement()2184 ReturnBlock, OutputStoreBBs.size(), EndBB); in createSwitchStatement()[all …]