Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10293 bool AllowOrderedReductions; in processLoop() local
10296 AllowOrderedReductions = ForceOrderedReductions; in processLoop()
10298 AllowOrderedReductions = TTI->enableOrderedReductions(); in processLoop()
10299 if (!LVL.canVectorizeFPMath(AllowOrderedReductions)) { in processLoop()