LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::PrintIRInstrumentation Class Reference

Instrumentation to print IR before/after passes. More...

#include "llvm/Passes/StandardInstrumentations.h"

Public Member Functions

 ~PrintIRInstrumentation ()
 
void registerCallbacks (PassInstrumentationCallbacks &PIC)
 

Detailed Description

Instrumentation to print IR before/after passes.

Needs state to be able to print module after pass that invalidates IR unit (typically Loop or SCC).

Definition at line 42 of file StandardInstrumentations.h.

Constructor & Destructor Documentation

◆ ~PrintIRInstrumentation()

PrintIRInstrumentation::~PrintIRInstrumentation ( )

Member Function Documentation

◆ registerCallbacks()

void PrintIRInstrumentation::registerCallbacks ( PassInstrumentationCallbacks PIC)

The documentation for this class was generated from the following files: