Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h300 bool isInvariantStoreOfReduction(StoreInst *SI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1078 if (!isInvariantStoreOfReduction(SI)) in canVectorizeMemory()
1115 if (isInvariantStoreOfReduction(SI)) { in canVectorizeMemory()
1179 bool LoopVectorizationLegality::isInvariantStoreOfReduction(StoreInst *SI) { in isInvariantStoreOfReduction() function in llvm::LoopVectorizationLegality