reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
765 if (!LatchBr || LatchBr->isUnconditional()) { 765 if (!LatchBr || LatchBr->isUnconditional()) { 770 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0; 773 BPI ? BPI->getEdgeProbability(LatchBr->getParent(), LatchBrExitIdx) 782 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); 1006 BasicBlock *LatchExit = LatchBr->getSuccessor(LatchBrExitIdx); 1024 Result.LatchBr = LatchBr;