Printer pass for testing.

Synopsis

Declared in <llvm/Analysis/StackLifetime.h>

class StackLifetimePrinterPass
    : public RequiredPassInfoMixin<StackLifetimePrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<StackLifetimePrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

StackLifetimePrinterPass [constructor]

Construct a printer that writes to OS using liveness mode Type.

printPipeline

Print this pass and its options as a pipeline string.

run

Print stack lifetime info for F and return all analyses preserved.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs