Go to the documentation of this file.
78 #ifndef LLVM_TRANSFORMS_SCALAR_NARYREASSOCIATE_H
79 #define LLVM_TRANSFORMS_SCALAR_NARYREASSOCIATE_H
88 class AssumptionCache;
93 class GetElementPtrInst;
95 class ScalarEvolution;
97 class TargetLibraryInfo;
98 class TargetTransformInfo;
130 unsigned I,
Type *IndexedType);
165 template <
typename PredT>
167 const SCEV *&OrigSCEV);
170 template <
typename MaxMinT>
201 #endif // LLVM_TRANSFORMS_SCALAR_NARYREASSOCIATE_H
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
A parsed version of the target data layout string in and methods for querying it.
A CRTP mix-in to automatically provide informational APIs needed for passes.
The main scalar evolution driver.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree.
The instances of the Type class are immutable: once they are created, they are never changed.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
This class represents an analyzed expression in the program.
an instruction for type-safe pointer arithmetic to access elements of arrays and structs
bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_, ScalarEvolution *SE_, TargetLibraryInfo *TLI_, TargetTransformInfo *TTI_)
A cache of @llvm.assume calls within a function.
Provides information about what library functions are available for the current target.
A container for analyses that lazily runs them and caches their results.
LLVM Value Representation.