Home
last modified time | relevance | path

Searched refs:MinProfitableStridedLoads (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp192 static cl::opt<unsigned> MinProfitableStridedLoads( variable
6058 (Sz > MinProfitableStridedLoads || in isStridedLoad()
6140 if (Sz > MinProfitableStridedLoads && TTI->isTypeLegal(VecTy)) { in canVectorizeLoads()