Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp474 void fixReduction(PHINode *Phi);
3314 fixReduction(&Phi); in fixCrossIterationPHIs()
3486 void InnerLoopVectorizer::fixReduction(PHINode *Phi) { in fixReduction() function in InnerLoopVectorizer