class StandardInstrumentations

Declaration

class StandardInstrumentations { /* full declaration omitted */ };

Description

This class provides an interface to register all the standard pass instrumentations and manages their state (if any).

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:58

Method Overview

Methods

StandardInstrumentations()

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:63

llvm::TimePassesHandler& getTimePasses()

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:67

void registerCallbacks(
    llvm::PassInstrumentationCallbacks& PIC)

Declared at: llvm/include/llvm/Passes/StandardInstrumentations.h:65

Parameters

llvm::PassInstrumentationCallbacks& PIC