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