Home
last modified time | relevance | path

Searched defs:LoopVectorizePass (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h80 struct LoopVectorizePass : public PassInfoMixin<LoopVectorizePass> { struct
81 bool DisableUnrolling = false;
86 bool AlwaysVectorize = true;
88 ScalarEvolution *SE;
89 LoopInfo *LI;
90 TargetTransformInfo *TTI;
91 DominatorTree *DT;
92 BlockFrequencyInfo *BFI;
93 TargetLibraryInfo *TLI;
94 DemandedBits *DB;
[all …]