LLVM  4.0.0
Public Member Functions | List of all members
llvm::PGOInstrumentationUse Class Reference

The profile annotation (profile-instr-use) pass for IR based PGO. More...

#include <PGOInstrumentation.h>

Inheritance diagram for llvm::PGOInstrumentationUse:
[legend]
Collaboration diagram for llvm::PGOInstrumentationUse:
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
 PGOInstrumentationUse (std::string Filename="")
 

Additional Inherited Members

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

Detailed Description

The profile annotation (profile-instr-use) pass for IR based PGO.

Definition at line 29 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

PGOInstrumentationUse::PGOInstrumentationUse ( std::string  Filename = "")

Definition at line 1223 of file PGOInstrumentation.cpp.

References PGOTestProfileFile.

Member Function Documentation

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

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