Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp474 using EdgeCountMap = std::vector<std::pair<EdgeT, uint64_t>>; typedef in __anone35372fe0111::ExtTSPImpl
479 const EdgeCountMap &EdgeCounts) in ExtTSPImpl()
503 const EdgeCountMap &EdgeCounts) { in initialize()