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.cpp957 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
960 PrevBlockSet.insert(Pi); in applyInsertUpdates()
964 if (PrevBlockSet.empty()) { in applyInsertUpdates()
999 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
1001 assert(!PrevBlockSet.empty() && in applyInsertUpdates()
1029 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()
1057 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()
1065 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()