Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp948 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
951 PrevBlockSet.insert(Pi); in applyInsertUpdates()
955 if (PrevBlockSet.empty()) { in applyInsertUpdates()
990 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
992 assert(!PrevBlockSet.empty() && in applyInsertUpdates()
1020 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()
1048 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()
1056 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()