Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10161 bool AllowOrderedReductions; in processLoop() local
10164 AllowOrderedReductions = ForceOrderedReductions; in processLoop()
10166 AllowOrderedReductions = TTI->enableOrderedReductions(); in processLoop()
10167 if (!LVL.canVectorizeFPMath(AllowOrderedReductions)) { in processLoop()