Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp963 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates() local
964 AddedBlockSet.insert(Edge.getFrom()); in applyInsertUpdates()
972 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates() local
975 if (!AddedBlockSet.count(Pi)) in applyInsertUpdates()
981 assert(pred_size(BB) == AddedBlockSet.size() && "Duplicate edges added."); in applyInsertUpdates()
990 assert(AddedBlockSet.size() == 1 && in applyInsertUpdates()
1016 const auto &AddedBlockSet = BBPredPair.second.Added; in applyInsertUpdates() local
1027 for (auto *AddedPred : AddedBlockSet) { in applyInsertUpdates()
1037 for (auto *Pred : AddedBlockSet) { in applyInsertUpdates()
1068 for (auto *Pred : AddedBlockSet) { in applyInsertUpdates()