Printer pass for the CacheCost results.

Synopsis

Declared in <llvm/Analysis/LoopCacheAnalysis.h>

class LoopCachePrinterPass
    : public RequiredPassInfoMixin<LoopCachePrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<LoopCachePrinterPass>

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

Member Functions

Name

Description

LoopCachePrinterPass [constructor]

Construct a printer that writes cache costs to OS.

run

Print cache cost results for F.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs