Searched refs:PrevBlockSet (Results 1 – 1 of 1) sorted by relevance
926 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local930 PrevBlockSet.insert(Pi); in applyInsertUpdates()934 if (PrevBlockSet.empty()) { in applyInsertUpdates()969 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local971 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()