Lines Matching refs:getSinglePredecessor

3768   for (auto &I : *QFB->getSinglePredecessor())  in mergeConditionalStoreToAddress()
3831 BasicBlock *TruePred = QTB ? QTB : QFB->getSinglePredecessor(); in mergeConditionalStoreToAddress()
3841 Value *PCond = cast<BranchInst>(PFB->getSinglePredecessor()->getTerminator()) in mergeConditionalStoreToAddress()
3843 Value *QCond = cast<BranchInst>(QFB->getSinglePredecessor()->getTerminator()) in mergeConditionalStoreToAddress()
3947 return BB->getSinglePredecessor() == P && BB->getSingleSuccessor() == S; in mergeConditionalStores()
4003 IfTrueBB != BI->getParent() || !BI->getParent()->getSinglePredecessor()) in tryWidenCondBranchToCondBranch()
4059 if (BB->getSinglePredecessor()) { in SimplifyCondBranchToCondBranch()
4422 BasicBlock *Pred = BB->getSinglePredecessor(); in tryToSimplifyUncondBranchWithICmpInIt()
4898 if (UnwindDest->getSinglePredecessor() != RI->getParent()) in mergeCleanupPad()
5349 if (!BB->getSinglePredecessor()) in FindPHIForConditionForwarding()
6576 if (BasicBlock *OnlyPred = BB->getSinglePredecessor()) in simplifySwitch()
6813 BasicBlock *PPred = P->getSinglePredecessor(); in allPredecessorsComeFromSameSource()
6836 if (BasicBlock *OnlyPred = BB->getSinglePredecessor()) in simplifyCondBranch()
6881 if (BI->getSuccessor(0)->getSinglePredecessor()) { in simplifyCondBranch()
6882 if (BI->getSuccessor(1)->getSinglePredecessor()) { in simplifyCondBranch()
6895 } else if (BI->getSuccessor(1)->getSinglePredecessor()) { in simplifyCondBranch()
7083 BB->getSinglePredecessor() == BB) { in simplifyOnce()