succ_empty overloads
Declared in <llvm/IR/CFG.h>
Return true if BB's terminator has no successor blocks.
bool
succ_empty(BasicBlock const* BB);
» more...
Return true if I's terminator has no successor blocks.
bool
succ_empty(Instruction const* I);
» more...
BB has no successor blocks.I has no successor blocks.| Name | Description |
|---|---|
| BB | Basic block to test for an empty successor list. |
| I | Terminator instruction to test for an empty successor list. |