Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp926 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
930 PrevBlockSet.insert(Pi); in applyInsertUpdates()
934 if (PrevBlockSet.empty()) { in applyInsertUpdates()
969 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local
971 assert(!PrevBlockSet.empty() && in applyInsertUpdates()
999 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()
1027 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()
1035 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()