llvm::MachineBlockHashInfoPrinterPass

Printer pass for the MachineBlockHashInfoAnalysis results.

Synopsis

Declared in <llvm/CodeGen/MachineBlockHashInfo.h>

class MachineBlockHashInfoPrinterPass
    : public RequiredPassInfoMixin<MachineBlockHashInfoPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<MachineBlockHashInfoPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
MachineBlockHashInfoPrinterPass [constructor]Construct a printer that writes to OS.
run Print MachineBlockHashInfoAnalysis results for MF.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.