Lines Matching refs:LatchBlock
941 BasicBlock *LatchBlock = L->getLoopLatch(); in getAddRecExprPHILiterally() local
942 if (LatchBlock) { in getAddRecExprPHILiterally()
952 SE.DT.properlyDominates(LatchBlock, IVIncInsertLoop->getHeader()); in getAddRecExprPHILiterally()
979 dyn_cast<Instruction>(PN.getIncomingValueForBlock(LatchBlock)); in getAddRecExprPHILiterally()
1143 BasicBlock *LatchBlock = L->getLoopLatch(); in expandAddRecExprLiterally() local
1144 assert(LatchBlock && "PostInc mode requires a unique loop latch!"); in expandAddRecExprLiterally()
1145 Result = PN->getIncomingValueForBlock(LatchBlock); in expandAddRecExprLiterally()
1583 BasicBlock *LatchBlock = L->getLoopLatch(); in replaceCongruentIVInc() local
1584 if (!LatchBlock) in replaceCongruentIVInc()
1588 dyn_cast<Instruction>(OrigPhi->getIncomingValueForBlock(LatchBlock)); in replaceCongruentIVInc()
1590 dyn_cast<Instruction>(Phi->getIncomingValueForBlock(LatchBlock)); in replaceCongruentIVInc()