llvm::succ_empty

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);
» more...

Return true if I's terminator has no successor blocks.

bool
succ_empty(Instruction const* I);
» more...

Return Value

  • True if BB has no successor blocks.
  • True if I has no successor blocks.

Parameters

NameDescription
BBBasic block to test for an empty successor list.
ITerminator instruction to test for an empty successor list.