Home
last modified time | relevance | path

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

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