Lines Matching defs:PrevBlockSet
958 auto &PrevBlockSet = BBPredPair.second.Prev;
961 PrevBlockSet.insert(Pi);
965 if (PrevBlockSet.empty()) {
1000 const auto &PrevBlockSet = BBPredPair.second.Prev;
1002 assert(!PrevBlockSet.empty() &&
1030 auto *P1 = *PrevBlockSet.begin();
1051 // other predecessors. Since AddedBlockSet and PrevBlockSet are ordered
1058 for (auto *Pred : PrevBlockSet)
1064 // AddedBlockSet, where PrevBlockSet are the previously known predecessors.
1066 BasicBlock *PrevIDom = FindNearestCommonDominator(PrevBlockSet);