llvm::GraphTraits<MachineBasicBlock*>::child_begin

Return the begin iterator over successors of N.

Synopsis

Declared in <llvm/CodeGen/MachineBasicBlock.h>

static
ChildIteratorType
child_begin(NodeRef N);

Return Value

Begin iterator over adjacent CFG nodes.

Parameters

NameDescription
NMachine basic block whose successors are walked.