LLVM  4.0.0
Classes | Namespaces | Typedefs
ConstantHoisting.h File Reference
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/PassManager.h"
Include dependency graph for ConstantHoisting.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::consthoist::ConstantUser
 Keeps track of the user of a constant and the operand index where the constant is used. More...
 
struct  llvm::consthoist::ConstantCandidate
 Keeps track of a constant candidate and its uses. More...
 
struct  llvm::consthoist::RebasedConstantInfo
 This represents a constant that has been rebased with respect to a base constant. More...
 
struct  llvm::consthoist::ConstantInfo
 A base constant and all its rebased constants. More...
 
class  llvm::ConstantHoistingPass
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::consthoist
 A private "module" namespace for types and utilities used by ConstantHoisting.
 

Typedefs

typedef SmallVector
< ConstantUser, 8 > 
llvm::consthoist::ConstantUseListType
 
typedef SmallVector
< RebasedConstantInfo, 4 > 
llvm::consthoist::RebasedConstantListType