llvm::CycleInfo::getParentCycle

Return the parent of C, or an invalid handle for a top-level cycle.

Synopsis

Declared in <llvm/ADT/GenericCycleInfo.h>

CycleRef
getParentCycle(CycleRef C) const;

Return Value

Parent of C, or an invalid handle for a top-level cycle.

Parameters

NameDescription
CCycle whose parent is requested.