LLVM 22.0.0git
llvm::PGOCtxProfLoweringPass Class Reference

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

Inheritance diagram for llvm::PGOCtxProfLoweringPass:
[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 isCtxIRPGOInstrEnabled ()
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

References MAM.

Member Function Documentation

◆ isCtxIRPGOInstrEnabled()

bool PGOCtxProfLoweringPass::isCtxIRPGOInstrEnabled ( )
static

Definition at line 41 of file PGOCtxProfLowering.cpp.

References ContextRoots.

Referenced by llvm::PassBuilder::buildModuleSimplificationPipeline().

◆ run()

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

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