Lines Matching defs:PredIt
76 static const Use& getEdge(const_pred_iterator &PredIt) {
77 auto &PU = PredIt.getUse();
87 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) {
88 if (InBB == *PredIt) {
89 if (!isDeadEdge(&getEdge(PredIt)))
116 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) {
117 auto &PU = PredIt.getUse();
119 if (!isDeadBlock(*PredIt) && !isDeadEdge(&U))
630 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) {
631 const BasicBlock *PBB = *PredIt;
633 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt)))