Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp968 SmallDenseMap<std::pair<BasicBlock *, BasicBlock *>, int> EdgeCountMap; in applyInsertUpdates() local
977 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates()
1039 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()
1070 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()
1074 for (int I = 0, E = EdgeCountMap[{Pred, BB}]; I < E; ++I) in applyInsertUpdates()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp439 using EdgeCountMap = DenseMap<EdgeT, uint64_t>; typedef in __anon97d149770111::ExtTSPImpl
444 const EdgeCountMap &EdgeCounts) in ExtTSPImpl()
468 const EdgeCountMap &EdgeCounts) { in initialize()