Searched refs:PrevBlockSet (Results 1 – 1 of 1) sorted by relevance
973 auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local976 PrevBlockSet.insert(Pi); in applyInsertUpdates()980 if (PrevBlockSet.empty()) { in applyInsertUpdates()1015 const auto &PrevBlockSet = BBPredPair.second.Prev; in applyInsertUpdates() local1017 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()