Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp598 void fixFirstOrderRecurrence(PHINode *Phi, VPTransformState &State);
4127 fixFirstOrderRecurrence(OrigPhi, State); in fixCrossIterationPHIs()
4131 void InnerLoopVectorizer::fixFirstOrderRecurrence(PHINode *Phi, in fixFirstOrderRecurrence() function in InnerLoopVectorizer