Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp559 void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
3723 fixReduction(ReductionPhi, State); in fixCrossIterationPHIs()
3842 void InnerLoopVectorizer::fixReduction(VPReductionPHIRecipe *PhiR, in fixReduction() function in InnerLoopVectorizer