LLVM  4.0.0
Public Member Functions | List of all members
llvm::ConstantHoistingPass Class Reference

#include <ConstantHoisting.h>

Inheritance diagram for llvm::ConstantHoistingPass:
[legend]
Collaboration diagram for llvm::ConstantHoistingPass:
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
bool runImpl (Function &F, TargetTransformInfo &TTI, DominatorTree &DT, BasicBlock &Entry)
 Optimize expensive integer constants in the given function. More...
 
void releaseMemory ()
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< ConstantHoistingPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 95 of file ConstantHoisting.h.

Member Function Documentation

void llvm::ConstantHoistingPass::releaseMemory ( )
inline

Definition at line 103 of file ConstantHoisting.h.

PreservedAnalyses ConstantHoistingPass::run ( Function F,
FunctionAnalysisManager AM 
)
bool ConstantHoistingPass::runImpl ( Function F,
TargetTransformInfo TTI,
DominatorTree DT,
BasicBlock Entry 
)

Optimize expensive integer constants in the given function.

Definition at line 589 of file ConstantHoisting.cpp.


The documentation for this class was generated from the following files: