Searched refs:OldInduction (Results 1 – 2 of 2) sorted by relevance
297 OldInduction(nullptr), WidenMap(UnrollFactor), TripCount(nullptr), in InnerLoopVectorizer()572 PHINode *OldInduction; member in __anon63bf7e8f0111::InnerLoopVectorizer1949 if (IV != OldInduction) { in widenIntInduction()2630 if (SrcOp == OldInduction) { in scalarizeInstruction()2736 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createInductionVariable()2995 OldInduction = Legal->getInduction(); in createEmptyLoop()3050 getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop()3072 if (OrigPhi == OldInduction) { in createEmptyLoop()4190 auto ID = Legal->getInductionVars()->lookup(OldInduction); in vectorizeBlockInLoop()4191 if (isa<TruncInst>(CI) && CI->getOperand(0) == OldInduction && in vectorizeBlockInLoop()[all …]
679 PHINode *OldInduction = nullptr; member in llvm::InnerLoopVectorizer1894 assert((IV->getType()->isIntegerTy() || IV != OldInduction) && in widenIntOrFpInduction()1948 if (IV != OldInduction) { in widenIntOrFpInduction()2572 Instruction *OldInst = getDebugLocFromInstOrOperands(OldInduction); in createInductionVariable()2842 OldInduction = Legal->getPrimaryInduction(); in createVectorizedLoopSkeleton()2896 getDebugLocFromInstOrOperands(OldInduction)); in createVectorizedLoopSkeleton()2920 if (OrigPhi == OldInduction) { in createVectorizedLoopSkeleton()