Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3537 for (auto &InductionEntry : Legal->getInductionVars()) { in createInductionResumeValues() local
3538 PHINode *OrigPhi = InductionEntry.first; in createInductionResumeValues()
3539 InductionDescriptor II = InductionEntry.second; in createInductionResumeValues()