13#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_INSTRPROFILING_H
14#define LLVM_TRANSFORMS_INSTRUMENTATION_INSTRPROFILING_H
21class TargetLibraryInfo;
29 const bool IsCS =
false;
34 : Options(Options), IsCS(IsCS) {}
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
Instrumentation based profiling lowering pass.
InstrProfilingLoweringPass()=default
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
InstrProfilingLoweringPass(const InstrProfOptions &Options, bool IsCS=false)
A Module instance is used to store all the information related to an LLVM module.
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
Options for the frontend instrumentation based profiling pass.
A CRTP mix-in to automatically provide informational APIs needed for passes.