Searched defs:LoopVectorize (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
H A D | PassManagerBuilder.h | 130 bool LoopVectorize; member in class:llvm::PassManagerBuilder
|
/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1 //===- LoopVectorize.cpp - A Loop Vectorizer ------------------------------===// 49 #include "llvm/Transforms/Vectorize/LoopVectorize.h" 1793 /// The LoopVectorize Pass. 1794 struct LoopVectorize : public FunctionPass { struct in namespace:__anon13582 1798 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) function in struct:__anon13582::LoopVectorize 6113 char LoopVectorize::ID = 0; 6115 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false) 6129 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false) 6133 return new LoopVectorize(NoUnrolling, AlwaysVectorize);
|
Completed in 113 milliseconds