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

/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h118 bool LoopVectorize; member in class:llvm::PassManagerBuilder
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1 //===- LoopVectorize.cpp - A Loop Vectorizer ------------------------------===//
1097 /// The LoopVectorize Pass.
1098 struct LoopVectorize : public FunctionPass { struct in namespace:__anon25530
1102 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) function in struct:__anon25530::LoopVectorize
5856 char LoopVectorize::ID = 0;
5858 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false)
5866 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
5870 return new LoopVectorize(NoUnrolling, AlwaysVectorize);

Completed in 95 milliseconds