Return an iterator to the first successor of terminator I.

Synopsis

Declared in <llvm/IR/CFG.h>

succ_iterator
succ_begin(Instruction* I);

Return Value

Iterator to the first successor of I.

Parameters

Name

Description

I

Terminator instruction whose successors are iterated.

Created with MrDocs