LLVM
8.0.1
|
A CRTP mix-in to automatically provide informational APIs needed for passes. More...
#include "llvm/IR/PassManager.h"
Inherited by llvm::AnalysisInfoMixin< DerivedT >.
Static Public Member Functions | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
A CRTP mix-in to automatically provide informational APIs needed for passes.
This provides some boilerplate for types that are passes.
Definition at line 366 of file PassManager.h.
|
inlinestatic |
Gets the name of the pass we are mixed into.
Definition at line 368 of file PassManager.h.