Searched refs:EdgeCountMap (Results 1 – 1 of 1) sorted by relevance
725 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates() local735 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates()797 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()828 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()832 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()