LLVM
8.0.1
|
Pseudo-analysis pass that exposes the PassInstrumentation
to pass managers.
More...
#include "llvm/IR/PassManager.h"
Public Types | |
using | Result = PassInstrumentation |
Public Member Functions | |
PassInstrumentationAnalysis (PassInstrumentationCallbacks *Callbacks=nullptr) | |
PassInstrumentationCallbacks object is shared, owned by something else, not this analysis. More... | |
template<typename IRUnitT , typename AnalysisManagerT , typename... ExtraArgTs> | |
Result | run (IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PassInstrumentationAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PassInstrumentationAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Pseudo-analysis pass that exposes the PassInstrumentation
to pass managers.
Goes before AnalysisManager definition to provide its internals (e.g PassInstrumentationAnalysis::ID) for use there if needed. FIXME: figure out a way to move PassInstrumentationAnalysis into its own header.
Definition at line 575 of file PassManager.h.
Definition at line 588 of file PassManager.h.
|
inline |
PassInstrumentationCallbacks object is shared, owned by something else, not this analysis.
Definition at line 585 of file PassManager.h.
|
inline |
Definition at line 591 of file PassManager.h.