Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Latch

24 //   %i = phi [ 0, %entry ], [ %i.next, %latch ]
1667 /// the latch block's terminator. But in more complicated cases, this is a
1870 unsigned Entry, Latch;
1873 Latch = 1;
1876 Latch = 0;
1886 dyn_cast<BinaryOperator>(PH->getIncomingValue(Latch));
1918 NewPH->addIncoming(NewIncr, PH->getIncomingBlock(Latch));
2141 // If this exiting block dominates the latch block, it may also use
2147 // Conservatively avoid trying to use the post-inc value in non-latch
2227 // dominate the loop latch edge.
2767 /// loop latch. This will discover chains on side paths, but requires
2781 // Walk the instruction stream from the loop header to the loop latch.