Home
last modified time | relevance | path

Searched refs:EdgeCountMap (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp725 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates() local
735 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()