Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp574 void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
3739 fixReduction(ReductionPhi, State); in fixCrossIterationPHIs()
3858 void InnerLoopVectorizer::fixReduction(VPReductionPHIRecipe *PhiR, in fixReduction() function in InnerLoopVectorizer