Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1206 bool isConsecutiveLoadOrStore(Instruction *I);
4893 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&I) && in getSmallestAndWidestTypes()
6041 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel