LLVM 22.0.0git
llvm::SampleProfileLoaderPass Class Reference

The sample profiler data loader pass. More...

#include "llvm/Transforms/IPO/SampleProfile.h"

Inheritance diagram for llvm::SampleProfileLoaderPass:
[legend]

Public Member Functions

LLVM_ABI SampleProfileLoaderPass (std::string File="", std::string RemappingFile="", ThinOrFullLTOPhase LTOPhase=ThinOrFullLTOPhase::None, IntrusiveRefCntPtr< vfs::FileSystem > FS=nullptr, bool DisableSampleProfileInlining=false, bool UseFlattenedProfile=false)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< SampleProfileLoaderPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

The sample profiler data loader pass.

Definition at line 40 of file SampleProfile.h.

Constructor & Destructor Documentation

◆ SampleProfileLoaderPass()

SampleProfileLoaderPass::SampleProfileLoaderPass ( std::string File = "",
std::string RemappingFile = "",
ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None,
IntrusiveRefCntPtr< vfs::FileSystem > FS = nullptr,
bool DisableSampleProfileInlining = false,
bool UseFlattenedProfile = false )

Definition at line 2323 of file SampleProfile.cpp.

References llvm::move().

Member Function Documentation

◆ run()


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