LLVM API Documentation

Classes | Namespaces | Enumerations | Functions
LegacyPassManagers.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Pass.h"
#include <map>
#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::PassManagerPrettyStackEntry
class  llvm::PMStack
class  llvm::PMTopLevelManager
class  llvm::PMDataManager
class  llvm::FPPassManager

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


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
}

Functions

Timerllvm::getPassTimer (Pass *)
 If TimingInfo is enabled then start pass timer.