Get the number of predecessors of BB. This is a linear time operation. Use BasicBlock::hasNPredecessors() or hasNPredecessorsOrMore if able.

Synopses

Declared in <llvm/CodeGen/MachineBasicBlock.h>

Get the number of predecessors of BB. This is a linear time operation. Use BasicBlock::hasNPredecessors() or hasNPredecessorsOrMore if able.

unsigned int
pred_size(BasicBlock const* BB);
auto
pred_size(MachineBasicBlock const* BB);

Created with MrDocs