LLVM  8.0.1
Classes | Namespaces
StandardInstrumentations.h File Reference

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>
Include dependency graph for StandardInstrumentations.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This header defines a class that provides bookkeeping for all standard (i.e in-tree) pass instrumentations.

Definition in file StandardInstrumentations.h.