Returns the depth of this node, which is the length of the maximum path up to any node which has no predecessors.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAG.h>

unsigned int
getDepth() const;

Return Value

Depth of this node in the scheduling DAG.

Created with MrDocs