|
LLVM
8.0.1
|
This header defines a class that provides bookkeeping for all standard (i.e in-tree) pass instrumentations. More...
#include "llvm/ADT/SmallVector.h"#include "llvm/IR/PassInstrumentation.h"#include "llvm/IR/PassTimingInfo.h"#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| class | llvm::PrintIRInstrumentation |
| Instrumentation to print IR before/after passes. More... | |
| class | llvm::StandardInstrumentations |
| This class provides an interface to register all the standard pass instrumentations and manages their state (if any). More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
This header defines a class that provides bookkeeping for all standard (i.e in-tree) pass instrumentations.
Definition in file StandardInstrumentations.h.
1.8.13