Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp253 Induction(nullptr), OldInduction(nullptr), WidenMap(UnrollFactor), in InnerLoopVectorizer()
444 PHINode *OldInduction; member in __anon63bf7e8f0111::InnerLoopVectorizer
1912 if (SrcOp == OldInduction) { in scalarizeInstruction()
2101 OldInduction = Legal->getInduction(); in createEmptyLoop()
2148 Value *StartIdx = ExtendedIdx = OldInduction ? in createEmptyLoop()
2149 Builder.CreateZExt(OldInduction->getIncomingValueForBlock(BypassBlock), in createEmptyLoop()
2198 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop()
2208 getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop()
2327 Type *ResumeValTy = (OrigPhi == OldInduction) ? IdxTy : OrigPhi->getType(); in createEmptyLoop()
2332 PHINode *TruncResumeVal = (OrigPhi == OldInduction) ? in createEmptyLoop()
[all …]