19 #ifndef LLVM_TRANSFORMS_VECTORIZE_SLPVECTORIZER_H
20 #define LLVM_TRANSFORMS_VECTORIZE_SLPVECTORIZER_H
36 namespace slpvectorizer {
83 bool AllowReorder =
false);
100 unsigned VecRegSize);
112 #endif // LLVM_TRANSFORMS_VECTORIZE_SLPVECTORIZER_H
A parsed version of the target data layout string in and methods for querying it. ...
The main scalar evolution driver.
A cache of .assume calls within a function.
SmallVector< WeakVH, 8 > WeakVHList
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
MapVector< Value *, StoreList > StoreListMap
A CRTP mix-in to automatically provide informational APIs needed for passes.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory)...
bool runImpl(Function &F, ScalarEvolution *SE_, TargetTransformInfo *TTI_, TargetLibraryInfo *TLI_, AliasAnalysis *AA_, LoopInfo *LI_, DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_)
static GCRegistry::Add< OcamlGC > B("ocaml","ocaml 3.10-compatible GC")
MapVector< Value *, WeakVHList > WeakVHListMap
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree...
A set of analyses that are preserved following a run of a transformation pass.
LLVM Basic Block Representation.
SmallVector< StoreInst *, 8 > StoreList
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small...
Provides information about what library functions are available for the current target.
TargetTransformInfo * TTI
LLVM Value Representation.
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.
Bottom Up SLP Vectorizer.
static GCRegistry::Add< ErlangGC > A("erlang","erlang-compatible garbage collector")