Home | History | Annotate | Download | only in Utils

Lines Matching refs:TIL

279     if (Loop *TIL = LI->getLoopFor(TIBB)) {
283 if (TIL == DestLoop) {
286 } else if (TIL->contains(DestLoop)) {
288 TIL->addBasicBlockToLoop(NewBB, LI->getBase());
289 } else if (DestLoop->contains(TIL)) {
305 if (!TIL->contains(DestBB) &&
307 assert(!TIL->contains(NewBB) &&
315 // edge is if after the split there exists some edge from TIL to DestBB
316 // *and* the only edge into DestBB from outside of TIL is that of
321 // the predecessor must be directly in TIL, not in a subloop, or again
329 if (LI->getLoopFor(P) != TIL) {