Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h174 ScalarEvolution *SE;
175 LoopInfo *LI;
176 TargetTransformInfo *TTI;
177 DominatorTree *DT;
178 BlockFrequencyInfo *BFI;
179 TargetLibraryInfo *TLI;
180 DemandedBits *DB;
181 AAResults *AA;
182 AssumptionCache *AC;
184 OptimizationRemarkEmitter *ORE;
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10033 LoopVectorizePass::LoopVectorizePass(LoopVectorizeOptions Opts) in LoopVectorizePass() function in LoopVectorizePass