Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12536 bool CheckForReusedReductionOpsLocal = false; in tryToReduce() local
12538 &CheckForReusedReductionOpsLocal, in tryToReduce()
12542 if (!CheckForReusedReductionOpsLocal && PrevReduxWidth == ReduxWidth) { in tryToReduce()
12545 CheckForReusedReductionOpsLocal |= IsAnyRedOpGathered; in tryToReduce()
12558 if (CheckForReusedReductionOpsLocal && PrevReduxWidth != ReduxWidth && in tryToReduce()