Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14697 bool CheckForReusedReductionOpsLocal = false; in tryToReduce() local
14699 &CheckForReusedReductionOpsLocal, in tryToReduce()
14703 if (!CheckForReusedReductionOpsLocal && PrevReduxWidth == ReduxWidth) { in tryToReduce()
14706 CheckForReusedReductionOpsLocal |= IsAnyRedOpGathered; in tryToReduce()
14720 if (CheckForReusedReductionOpsLocal && PrevReduxWidth != ReduxWidth && in tryToReduce()