Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3495 for (auto &InductionEntry : Legal->getInductionVars()) { in createInductionResumeValues() local
3496 PHINode *OrigPhi = InductionEntry.first; in createInductionResumeValues()
3497 InductionDescriptor II = InductionEntry.second; in createInductionResumeValues()