Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12535 unsigned PrevReduxWidth = ReduxWidth; in tryToReduce() local
12539 &PrevReduxWidth, &V, in tryToReduce()
12542 if (!CheckForReusedReductionOpsLocal && PrevReduxWidth == ReduxWidth) { in tryToReduce()
12558 if (CheckForReusedReductionOpsLocal && PrevReduxWidth != ReduxWidth && in tryToReduce()
12563 PrevReduxWidth = ReduxWidth; in tryToReduce()