Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp939 if (!isInvariantStoreOfReduction(SI)) in canVectorizeMemory()
976 if (isInvariantStoreOfReduction(SI)) { in canVectorizeMemory()
1040 bool LoopVectorizationLegality::isInvariantStoreOfReduction(StoreInst *SI) { in isInvariantStoreOfReduction() function in llvm::LoopVectorizationLegality
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h304 bool isInvariantStoreOfReduction(StoreInst *SI);