Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1731 bool isConsecutiveLoadOrStore(Instruction *I);
6312 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&I) && in collectElementTypesForWidening()
7907 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel