reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/BasicBlock.h
  245   bool hasNPredecessors(unsigned N) const;

References

lib/Analysis/MemorySSAUpdater.cpp
 1244   if (Old->hasNPredecessors(1)) {
lib/Transforms/IPO/PartialInlining.cpp
  416     return BlockList.size() > 1 && Dom->hasNPredecessors(1);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1495   if (!DestBB->hasNPredecessors(2))
lib/Transforms/Scalar/JumpThreading.cpp
 1679     if (BB->hasNPredecessors(PredToDestList.size())) {
lib/Transforms/Utils/SimplifyCFG.cpp
 2921       assert(Succ->hasNPredecessors(2));
lib/Transforms/Vectorize/VPlan.cpp
  483     assert(PostDomSucc->hasNPredecessors(2) &&