Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9968 bool AllowOrderedReductions; in processLoop() local
9971 AllowOrderedReductions = ForceOrderedReductions; in processLoop()
9973 AllowOrderedReductions = TTI->enableOrderedReductions(); in processLoop()
9974 if (!LVL.canVectorizeFPMath(AllowOrderedReductions)) { in processLoop()