Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp973 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
976 PrevBlockSet.insert(Pi); in applyInsertUpdates()
980 if (PrevBlockSet.empty()) { in applyInsertUpdates()
1015 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
1017 assert(!PrevBlockSet.empty() && in applyInsertUpdates()
1045 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()
1073 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()
1081 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()