Home | History | Annotate | Download | only in Utils

Lines Matching refs:OldBB

307 static void UpdateAnalysisInformation(BasicBlock *OldBB, BasicBlock *NewBB,
313 Loop *L = LI ? LI->getLoopFor(OldBB) : nullptr;
329 if (!PL->contains(OldBB))
361 while (PredLoop && !PredLoop->contains(OldBB))
365 if (PredLoop && PredLoop->contains(OldBB) &&