|
LLVM
4.0.0
|
#include <NaryReassociate.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
| bool | runImpl (Function &F, AssumptionCache *AC_, DominatorTree *DT_, ScalarEvolution *SE_, TargetLibraryInfo *TLI_, TargetTransformInfo *TTI_) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< NaryReassociatePass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 93 of file NaryReassociate.h.
| PreservedAnalyses NaryReassociatePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 151 of file NaryReassociate.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::invalidate(), llvm::PreservedAnalyses::preserve(), and runImpl().
| bool NaryReassociatePass::runImpl | ( | Function & | F, |
| AssumptionCache * | AC_, | ||
| DominatorTree * | DT_, | ||
| ScalarEvolution * | SE_, | ||
| TargetLibraryInfo * | TLI_, | ||
| TargetTransformInfo * | TTI_ | ||
| ) |
Definition at line 176 of file NaryReassociate.cpp.
References llvm::Module::getDataLayout(), and llvm::GlobalValue::getParent().
1.8.6