Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp599 void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
4168 fixReduction(ReductionPhi, State); in fixCrossIterationPHIs()
4291 void InnerLoopVectorizer::fixReduction(VPReductionPHIRecipe *PhiR, in fixReduction() function in InnerLoopVectorizer