llvm::df_begin

Return a depth-first iterator at the entry of G.

Synopsis

Declared in <llvm/ADT/DepthFirstIterator.h>

template<class T>
df_iterator<T>
df_begin(T const& G);

Return Value

Depth-first iterator positioned at the entry of G.

Parameters

NameDescription
GGraph to traverse.