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

Name

Description

C

Cycle whose parent is requested.

Created with MrDocs