Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11111 bool CheckForReusedReductionOpsLocal = false; in tryToReduce() local
11113 &CheckForReusedReductionOpsLocal, in tryToReduce()
11117 if (!CheckForReusedReductionOpsLocal && PrevReduxWidth == ReduxWidth) { in tryToReduce()
11120 CheckForReusedReductionOpsLocal |= IsAnyRedOpGathered; in tryToReduce()
11133 if (CheckForReusedReductionOpsLocal && PrevReduxWidth != ReduxWidth && in tryToReduce()