Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9778 bool AllowOrderedReductions; in processLoop() local
9781 AllowOrderedReductions = ForceOrderedReductions; in processLoop()
9783 AllowOrderedReductions = TTI->enableOrderedReductions(); in processLoop()
9784 if (!LVL.canVectorizeFPMath(AllowOrderedReductions)) { in processLoop()