Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h118 bool LoopVectorize; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1098 struct LoopVectorize : public FunctionPass { struct
1100 static char ID;
1102 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) in LoopVectorize() argument
1109 ScalarEvolution *SE;
1110 const DataLayout *DL;
1111 LoopInfo *LI;
1112 TargetTransformInfo *TTI;
1113 DominatorTree *DT;
1114 BlockFrequencyInfo *BFI;
1115 TargetLibraryInfo *TLI;
[all …]