LLVM 22.0.0git
llvm::PGOInstrumentationUse Class Reference

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

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

Inheritance diagram for llvm::PGOInstrumentationUse:
[legend]

Public Member Functions

LLVM_ABI PGOInstrumentationUse (std::string Filename="", std::string RemappingFilename="", bool IsCS=false, IntrusiveRefCntPtr< vfs::FileSystem > FS=nullptr)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &MAM)
Public Member Functions inherited from llvm::PassInfoMixin< PGOInstrumentationUse >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

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.

Detailed Description

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

Definition at line 69 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

◆ PGOInstrumentationUse()

PGOInstrumentationUse::PGOInstrumentationUse ( std::string Filename = "",
std::string RemappingFilename = "",
bool IsCS = false,
IntrusiveRefCntPtr< vfs::FileSystem > FS = nullptr )

Member Function Documentation

◆ run()


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