reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
289 if (!LatchBlock) { 306 BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator()); 554 Latches.push_back(LatchBlock); 623 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock); 653 if (*BB == LatchBlock) 700 Value *InVal = PN->removeIncomingValue(LatchBlock, false); 707 assert(Latches.back() == LastValueMap[LatchBlock] && "bad last latch"); 838 BasicBlock *&TermBlock = LatchIsExiting ? LatchBlock : Header; 863 NewIDom = DT->findNearestCommonDominator(BB, LatchBlock);