HomeSort by relevance Sort by last modified time
    Searched refs:TIL (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 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 agai
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 933 if (MachineLoop *TIL = MLI->getLoopFor(this)) {
937 if (TIL == DestLoop)
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6 72 'TIL T IH1 L
    [all...]

Completed in 145 milliseconds