Searched refs:OldInduction (Results 1 – 1 of 1) sorted by relevance
839 PHINode *OldInduction = nullptr; member in llvm::InnerLoopVectorizer2388 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 …]