Searched defs:LoopVectorize (Results 1 – 2 of 2) sorted by relevance
119 bool LoopVectorize; variable
1251 struct LoopVectorize : public FunctionPass { struct1253 static char ID;1255 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) in LoopVectorize() function1262 ScalarEvolution *SE;1263 const DataLayout *DL;1264 LoopInfo *LI;1265 TargetTransformInfo *TTI;1266 DominatorTree *DT;1267 BlockFrequencyInfo *BFI;1268 TargetLibraryInfo *TLI;[all …]