Return the begin iterator over children of N.

Synopsis

Declared in <llvm/Analysis/LazyCallGraph.h>

static
ChildIteratorType
child_begin(NodeRef N);

Return Value

The begin iterator over children of N.

Parameters

Name

Description

N

Parent call graph node.

Created with MrDocs