Searched refs:PrevBlockSet (Results 1 – 1 of 1) sorted by relevance
957 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local960 PrevBlockSet.insert(Pi); in applyInsertUpdates()964 if (PrevBlockSet.empty()) { in applyInsertUpdates()999 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local1001 assert(!PrevBlockSet.empty() && in applyInsertUpdates()1029 auto *P1 = *PrevBlockSet.begin(); in applyInsertUpdates()1057 for (auto *Pred : PrevBlockSet) in applyInsertUpdates()1065 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet); in applyInsertUpdates()