Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4331 bool IsInLoopReductionPhi = Cost->isInLoopReduction(OrigPhi); in fixReduction() local
4346 bool IsOrdered = State.VF.isVector() && IsInLoopReductionPhi && in fixReduction()
4373 if (Cost->foldTailByMasking() && !IsInLoopReductionPhi) { in fixReduction()
4408 assert(!IsInLoopReductionPhi && "Unexpected truncated inloop reduction!"); in fixReduction()
4465 if (VF.isVector() && !IsInLoopReductionPhi) { in fixReduction()