Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp839 PHINode *OldInduction = nullptr; member in llvm::InnerLoopVectorizer
2388 assert((IV->getType()->isIntegerTy() || IV != OldInduction) && in widenIntOrFpInduction()
2422 if (IV != OldInduction) { in widenIntOrFpInduction()
3072 Instruction *OldInst = getDebugLocFromInstOrOperands(OldInduction); in createInductionVariable()
3507 if (OrigPhi == OldInduction) { in createInductionResumeValues()
3690 OldInduction = Legal->getPrimaryInduction(); in createVectorizedLoopSkeleton()
3700 getDebugLocFromInstOrOperands(OldInduction)); in createVectorizedLoopSkeleton()
8234 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8242 getDebugLocFromInstOrOperands(OldInduction)); in createEpilogueVectorizedLoopSkeleton()
8388 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
[all …]