LLVM  8.0.1
Classes | Namespaces | Enumerations
LegacyPassManagers.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Pass.h"
#include <vector>
#include "llvm/Support/PrettyStackTrace.h"
Include dependency graph for LegacyPassManagers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ArrayRef< T >
 ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More...
 
class  llvm::PassManagerPrettyStackEntry
 PassManagerPrettyStackEntry - This is used to print informative information about what pass is running when/if a stack trace is generated. More...
 
class  llvm::PMStack
 PMStack - This class implements a stack data structure of PMDataManager pointers. More...
 
class  llvm::PMTopLevelManager
 PMTopLevelManager manages LastUser info and collects common APIs used by top level pass managers. More...
 
class  llvm::PMDataManager
 PMDataManager provides the common place to manage the analysis data used by pass managers. More...
 
class  llvm::FPPassManager
 FPPassManager manages BBPassManagers and FunctionPasses. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Enumerations

enum  llvm::PassDebuggingString {
  llvm::EXECUTION_MSG, llvm::MODIFICATION_MSG, llvm::FREEING_MSG, llvm::ON_BASICBLOCK_MSG,
  llvm::ON_FUNCTION_MSG, llvm::ON_MODULE_MSG, llvm::ON_REGION_MSG, llvm::ON_LOOP_MSG,
  llvm::ON_CG_MSG
}