Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h70 struct LoopVectorizePass : public PassInfoMixin<LoopVectorizePass> { struct
71 bool DisableUnrolling = false;
75 bool AlwaysVectorize = true;
77 ScalarEvolution *SE;
78 LoopInfo *LI;
79 TargetTransformInfo *TTI;
80 DominatorTree *DT;
81 BlockFrequencyInfo *BFI;
82 TargetLibraryInfo *TLI;
83 DemandedBits *DB;
[all …]