Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp927 if (isInvariantStoreOfReduction(SI) && in canVectorizeMemory()
948 if (isInvariantStoreOfReduction(SI)) { in canVectorizeMemory()
1012 bool LoopVectorizationLegality::isInvariantStoreOfReduction(StoreInst *SI) { in isInvariantStoreOfReduction() function in llvm::LoopVectorizationLegality
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h305 bool isInvariantStoreOfReduction(StoreInst *SI);