Home
last modified time | relevance | path

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

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