Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h159 bool LoopVectorize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1593 struct LoopVectorize : public FunctionPass { struct
1595 static char ID;
1597 LoopVectorizePass Impl;
1599 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() argument
1607 bool runOnFunction(Function &F) override { in runOnFunction()
1632 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()