Lines Matching defs:TIL
134 if (Loop *TIL = LI->getLoopFor(TIBB)) {
137 // critical edge is if after the split there exists some edge from TIL to
138 // DestBB *and* the only edge into DestBB from outside of TIL is that of
143 // the predecessor must be directly in TIL, not in a subloop, or again
148 if (LI->getLoopFor(P) != TIL) {
258 if (Loop *TIL = LI->getLoopFor(TIBB)) {
262 if (TIL == DestLoop) {
265 } else if (TIL->contains(DestLoop)) {
267 TIL->addBasicBlockToLoop(NewBB, *LI);
268 } else if (DestLoop->contains(TIL)) {
285 if (!TIL->contains(DestBB)) {
286 assert(!TIL->contains(NewBB) &&