Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp921 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates() local
931 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()