Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp969 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
972 PrevBlockSet.insert(Pi); in applyInsertUpdates()
976 if (PrevBlockSet.empty()) { in applyInsertUpdates()
1011 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
1013 assert(!PrevBlockSet.empty() && in applyInsertUpdates()
1041 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()
1069 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()
1077 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()