LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PRE.cpp File Reference

#include "llvm/Pass.h"
#include "llvm/Function.h"
#include "llvm/Type.h"
#include "llvm/Instructions.h"
#include "llvm/Support/CFG.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/ValueNumbering.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/hash_set"
#include "llvm/ADT/hash_map"

Include dependency graph for PRE.cpp:

Go to the source code of this file.


Variable Documentation

Statistic NumExprsEliminated("pre","Number of expressions constantified") [static]
 

Statistic NumInserted("pre","Number of expressions inserted") [static]
 

Statistic NumRedundant("pre","Number of redundant exprs eliminated") [static]
 

RegisterOpt<PRE> Z("pre","Partial Redundancy Elimination") [static]