Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1715 bool isConsecutiveLoadOrStore(Instruction *I);
6265 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&I) && in getSmallestAndWidestTypes()
7822 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel