Return the successor at index Idx.

Synopsis

Declared in <llvm/IR/Instruction.h>

BasicBlock*
getSuccessor(unsigned int Idx) const;

Description

This instruction must be a terminator.

Return Value

The successor basic block at Idx.

Parameters

Name

Description

Idx

Zero‐based successor index.

Created with MrDocs