LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::PGOCtxProfLoweringPass Class Reference

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

Inheritance diagram for llvm::PGOCtxProfLoweringPass:
Inheritance graph
[legend]

Public Member Functions

 PGOCtxProfLoweringPass ()=default
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &MAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< PGOCtxProfLoweringPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

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

Detailed Description

Definition at line 19 of file PGOCtxProfLowering.h.

Constructor & Destructor Documentation

◆ PGOCtxProfLoweringPass()

llvm::PGOCtxProfLoweringPass::PGOCtxProfLoweringPass ( )
explicitdefault

Member Function Documentation

◆ isContextualIRPGOEnabled()

bool PGOCtxProfLoweringPass::isContextualIRPGOEnabled ( )
static

◆ run()

PreservedAnalyses PGOCtxProfLoweringPass::run ( Module M,
ModuleAnalysisManager MAM 
)

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