Searched refs:hasNPredecessors (Results 1 – 10 of 10) sorted by relevance
425 LLVM_ABI bool hasNPredecessors(unsigned N) const;
459 bool BasicBlock::hasNPredecessors(unsigned N) const { in hasNPredecessors() function in BasicBlock
453 if (!DominateVector.front()->hasNPredecessors(1)) { in computeOutliningColdRegionsInfo()
409 if (isa<PHINode>(StartInst) && !PrevBB->hasNPredecessors(0)) { in reattachCandidate()
1266 if (Old->hasNPredecessors(1)) { in wireOldPredecessorsToNewImmediatePredecessor()
1528 if (!DestBB->hasNPredecessors(2)) in mergeStoreIntoSuccessor()
1608 if (!BB->hasNPredecessors(MyStates.pred_end() - MyStates.pred_begin())) in VisitTopDown()
1641 if (BB->hasNPredecessors(PredToDestList.size())) { in processThreadableEdges()
1053 if (BB->hasNPredecessors(1)) in introduceTooManyPhiEntries()
4197 assert(Succ->hasNPredecessors(2)); in ensureValueAvailableInSuccessor()