Return the end iterator over flat successors of N.

Synopsis

Declared in <llvm/Analysis/RegionIterator.h>

static
ChildIteratorType
child_end(NodeRef N);

Return Value

An end flat successor iterator for N.

Parameters

Name

Description

N

Parent RegionNode.

Created with MrDocs