llvm::CycleInfo::const_child_iterator

Iteration over child cycles, yielding handles.

Synopsis

Declared in <llvm/ADT/GenericCycleInfo.h>

struct const_child_iterator;

Description

The first child (if any) immediately follows this cycle in the preorder array, and each next sibling follows the previous child's subtree.