Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3120 for (auto &InductionEntry : Legal->getInductionVars()) { in createInductionResumeValues() local
3121 PHINode *OrigPhi = InductionEntry.first; in createInductionResumeValues()
3122 InductionDescriptor II = InductionEntry.second; in createInductionResumeValues()