Searched defs:canVectorizeMemory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h551 bool canVectorizeMemory() const { return CanVecMem; } function in class:llvm::LoopAccessInfo
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1336 /// * Memory checks - The code in canVectorizeMemory checks if vectorization
1339 /// * Scalars checks - The code in canVectorizeInstrs and canVectorizeMemory
1490 bool canVectorizeMemory();
1549 // null until canVectorizeMemory sets it up.
4454 if (!canVectorizeMemory()) {
4820 bool LoopVectorizationLegality::canVectorizeMemory() { function in class:LoopVectorizationLegality
4826 if (!LAI->canVectorizeMemory())

Completed in 130 milliseconds