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