Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp470 void fixFirstOrderRecurrence(PHINode *Phi);
3312 fixFirstOrderRecurrence(&Phi); in fixCrossIterationPHIs()
3318 void InnerLoopVectorizer::fixFirstOrderRecurrence(PHINode *Phi) { in fixFirstOrderRecurrence() function in InnerLoopVectorizer