Return a printable view of the entry blocks of cycle C.

Synopsis

Declared in <llvm/ADT/GenericCycleInfo.h>

Printable
printEntries(
    CycleRef C,
    ContextT const& Ctx) const;

Return Value

Printable view of the entry blocks of C.

Parameters

Name

Description

C

Cycle whose entries are printed.

Ctx

SSA context used to print blocks.

Created with MrDocs