LLVM  8.0.1
Public Member Functions | List of all members
llvm::PGOInstrumentationGen Class Reference

The instrumentation (profile-instr-gen) pass for IR based PGO. More...

#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"

Inheritance diagram for llvm::PGOInstrumentationGen:
Inheritance graph
[legend]
Collaboration diagram for llvm::PGOInstrumentationGen:
Collaboration graph
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< PGOInstrumentationGen >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

The instrumentation (profile-instr-gen) pass for IR based PGO.

Definition at line 31 of file PGOInstrumentation.h.

Member Function Documentation

◆ run()

PreservedAnalyses PGOInstrumentationGen::run ( Module M,
ModuleAnalysisManager AM 
)

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