|
LLVM
4.0.0
|
A CRTP mix-in to automatically provide informational APIs needed for passes. More...
#include <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 311 of file PassManager.h.
|
inlinestatic |
Gets the name of the pass we are mixed into.
Definition at line 313 of file PassManager.h.
1.8.6