Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Latch

1224     BasicBlock *Latch = L->getLoopLatch();
1225 const unsigned TC = SE->getSmallConstantTripCount(L, Latch);
2702 BasicBlock *Latch = OrigLoop->getLoopLatch();
2703 Value *LoopVal = RdxPhi->getIncomingValueForBlock(Latch);
3814 BasicBlock *Latch = TheLoop->getLoopLatch();
3817 Worklist.push_back(Latch->getTerminator()->getOperand(0));
5114 // Blocks that do not dominate the latch need predication.
5115 BasicBlock* Latch = TheLoop->getLoopLatch();
5116 return !DT->dominates(BB, Latch);