Lines Matching refs:getSinglePredecessor

1550     if (Succ->hasAddressTaken() || !Succ->getSinglePredecessor())  in hoistCommonCodeFromSuccessors()
4035 for (auto &I : *QFB->getSinglePredecessor()) in mergeConditionalStoreToAddress()
4099 BasicBlock *TruePred = QTB ? QTB : QFB->getSinglePredecessor(); in mergeConditionalStoreToAddress()
4109 Value *PCond = cast<BranchInst>(PFB->getSinglePredecessor()->getTerminator()) in mergeConditionalStoreToAddress()
4111 Value *QCond = cast<BranchInst>(QFB->getSinglePredecessor()->getTerminator()) in mergeConditionalStoreToAddress()
4219 return BB->getSinglePredecessor() == P && BB->getSingleSuccessor() == S; in mergeConditionalStores()
4275 !BI->getParent()->getSinglePredecessor()) in tryWidenCondBranchToCondBranch()
4336 if (BB->getSinglePredecessor()) { in SimplifyCondBranchToCondBranch()
4714 BasicBlock *Pred = BB->getSinglePredecessor(); in tryToSimplifyUncondBranchWithICmpInIt()
5190 if (UnwindDest->getSinglePredecessor() != RI->getParent()) in mergeCleanupPad()
5660 if (!BB->getSinglePredecessor()) in FindPHIForConditionForwarding()
7007 if (BasicBlock *OnlyPred = BB->getSinglePredecessor()) in simplifySwitch()
7252 BasicBlock *PPred = P->getSinglePredecessor(); in allPredecessorsComeFromSameSource()
7276 if (BasicBlock *OnlyPred = BB->getSinglePredecessor()) in simplifyCondBranch()
7322 if (BI->getSuccessor(0)->getSinglePredecessor()) { in simplifyCondBranch()
7323 if (BI->getSuccessor(1)->getSinglePredecessor()) { in simplifyCondBranch()
7336 } else if (BI->getSuccessor(1)->getSinglePredecessor()) { in simplifyCondBranch()
7528 BB->getSinglePredecessor() == BB) { in simplifyOnce()