49 #ifndef LLVM_TRANSFORMS_VECTORIZE_LOOPVECTORIZE_H
50 #define LLVM_TRANSFORMS_VECTORIZE_LOOPVECTORIZE_H
87 std::function<const LoopAccessInfo &(Loop &)> *
GetLAA;
106 #endif // LLVM_TRANSFORMS_VECTORIZE_LOOPVECTORIZE_H
bool processLoop(Loop *L)
std::function< const LoopAccessInfo &(Loop &)> * GetLAA
This header provides classes for managing a pipeline of passes over loops in LLVM IR...
The main scalar evolution driver.
A cache of .assume calls within a function.
bool AlwaysVectorize
If true, consider all loops for vectorization.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
A CRTP mix-in to automatically provide informational APIs needed for passes.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree...
bool runImpl(Function &F, ScalarEvolution &SE_, LoopInfo &LI_, TargetTransformInfo &TTI_, DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, DemandedBits &DB_, AliasAnalysis &AA_, AssumptionCache &AC_, std::function< const LoopAccessInfo &(Loop &)> &GetLAA_, OptimizationRemarkEmitter &ORE)
BlockFrequency ColdEntryFreq
BlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation to estimate IR basic block frequen...
A set of analyses that are preserved following a run of a transformation pass.
TargetTransformInfo * TTI
Provides information about what library functions are available for the current target.
Drive the analysis of memory accesses in the loop.
Represents a single loop in the control flow graph.
OptimizationRemarkEmitter * ORE
print Print MemDeps of function
This is the interface for LLVM's primary stateless and local alias analysis.
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.