Searched refs:EdgeCountMap (Results 1 – 1 of 1) sorted by relevance
921 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates() local931 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates()993 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()1024 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()1028 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()