Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp973 bool isConsecutiveLoadOrStore(Instruction *I);
5565 if (T->isPointerTy() && !isConsecutiveLoadOrStore(it)) in getWidestType()
6174 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel