LLVM 20.0.0git
|
Pseudo-analysis pass that exposes the PassInstrumentation
to pass managers.
More...
#include "llvm/IR/PassInstrumentation.h"
Public Types | |
using | Result = PassInstrumentation |
Public Member Functions | |
PassInstrumentationAnalysis (PassInstrumentationCallbacks *Callbacks=nullptr) | |
PassInstrumentationCallbacks object is shared, owned by something else, not this analysis. | |
template<typename IRUnitT , typename AnalysisManagerT , typename... ExtraArgTs> | |
Result | run (IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PassInstrumentationAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Pseudo-analysis pass that exposes the PassInstrumentation
to pass managers.
Definition at line 348 of file PassInstrumentation.h.
Definition at line 361 of file PassInstrumentation.h.
|
inline |
PassInstrumentationCallbacks object is shared, owned by something else, not this analysis.
Definition at line 358 of file PassInstrumentation.h.
|
inline |
Definition at line 364 of file PassInstrumentation.h.