Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1483 bool isConsecutiveLoadOrStore(Instruction *I);
4899 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&*it)) in getSmallestAndWidestTypes()
5624 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel