llvm::successors

Return a range of successor basic blocks of terminator I.

Synopsis

Declared in <llvm/IR/CFG.h>

succ_range
successors(Instruction* I);

Return Value

Range covering the successors of I.

Parameters

NameDescription
ITerminator instruction whose successors are returned.