Searched refs:hasNPredecessorsOrMore (Results 1 – 4 of 4) sorted by relevance
300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()329 if (SinkBB == TailBB && TailBB->hasNPredecessorsOrMore(3)) { in mergeStores()
248 bool hasNPredecessorsOrMore(unsigned N) const;
271 bool BasicBlock::hasNPredecessorsOrMore(unsigned N) const { in hasNPredecessorsOrMore() function in BasicBlock
705 if (!SI->getParent()->hasNPredecessorsOrMore(128 / SI->getNumSuccessors())) in isValueEqualityComparison()5872 (LoopHeaders && BB->hasNPredecessorsOrMore(2) && in SimplifyUncondBranch()