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

#include "llvm/Passes/StandardInstrumentations.h"

Public Member Functions

 OptPassGateInstrumentation (LLVMContext &Context)
 
bool shouldRun (StringRef PassName, Any IR)
 
void registerCallbacks (PassInstrumentationCallbacks &PIC)
 

Detailed Description

Definition at line 94 of file StandardInstrumentations.h.

Constructor & Destructor Documentation

◆ OptPassGateInstrumentation()

llvm::OptPassGateInstrumentation::OptPassGateInstrumentation ( LLVMContext Context)
inline

Definition at line 98 of file StandardInstrumentations.h.

References Context.

Member Function Documentation

◆ registerCallbacks()

void OptPassGateInstrumentation::registerCallbacks ( PassInstrumentationCallbacks PIC)

◆ shouldRun()

bool OptPassGateInstrumentation::shouldRun ( StringRef  PassName,
Any  IR 
)

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