LLVM 20.0.0git
|
Instrumentation based profiling lowering pass. More...
#include "llvm/Transforms/Instrumentation/InstrProfiling.h"
Public Member Functions | |
InstrProfilingLoweringPass ()=default | |
InstrProfilingLoweringPass (const InstrProfOptions &Options, bool IsCS=false) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< InstrProfilingLoweringPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< InstrProfilingLoweringPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Instrumentation based profiling lowering pass.
This pass lowers the profile instrumented code generated by FE or the IR based instrumentation pass.
Definition at line 25 of file InstrProfiling.h.
|
default |
|
inline |
Definition at line 33 of file InstrProfiling.h.
PreservedAnalyses InstrProfilingLoweringPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 659 of file InstrProfiling.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::none().