Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h303 bool isInvariantStoreOfReduction(StoreInst *SI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1087 if (!isInvariantStoreOfReduction(SI)) in canVectorizeMemory()
1123 if (isInvariantStoreOfReduction(SI)) { in canVectorizeMemory()
1187 bool LoopVectorizationLegality::isInvariantStoreOfReduction(StoreInst *SI) { in isInvariantStoreOfReduction() function in llvm::LoopVectorizationLegality