Home
last modified time | relevance | path

Searched defs:LoopVectorizePass (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h87 bool VectorizeOnlyWhenForced = false;
89 ScalarEvolution *SE;
90 LoopInfo *LI;
91 TargetTransformInfo *TTI;
92 DominatorTree *DT;
93 BlockFrequencyInfo *BFI;
94 TargetLibraryInfo *TLI;
95 DemandedBits *DB;
96 AliasAnalysis *AA;
97 AssumptionCache *AC;
[all …]