Searched refs:PredIt (Results 1 – 3 of 3) sorted by relevance
76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() argument77 auto &PU = PredIt.getUse(); in getEdge()87 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in hasLiveIncomingEdge() local88 if (InBB == *PredIt) { in hasLiveIncomingEdge()89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()116 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in hasLiveIncomingEdges() local117 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges()119 if (!isDeadBlock(*PredIt) && !isDeadEdge(&U)) in hasLiveIncomingEdges()630 for (const_pred_iterator PredIt(BB), End(BB, true); PredIt != End; ++PredIt) { in recalculateBBsStates() local631 const BasicBlock *PBB = *PredIt; in recalculateBBsStates()[all …]
457 auto PredIt = ++idf_begin(&SinkBB); in create() local459 while (PredIt != PredEnd) { in create()460 BasicBlock &PredBB = **PredIt; in create()473 PredIt.skipChildren(); in create()480 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()487 ++PredIt; in create()
1695 auto PredIt = pred_begin(IntrBB); in updateImpl() local1696 if ((*PredIt) != BB) in updateImpl()1698 if (++PredIt != pred_end(IntrBB)) in updateImpl()