Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp320 Induction(nullptr), OldInduction(nullptr), WidenMap(UnrollFactor), in InnerLoopVectorizer()
537 PHINode *OldInduction; member in __anon63bf7e8f0111::InnerLoopVectorizer
2530 if (SrcOp == OldInduction) { in scalarizeInstruction()
2623 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createInductionVariable()
2852 OldInduction = Legal->getInduction(); in createEmptyLoop()
2907 getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop()
2931 if (OrigPhi == OldInduction) { in createEmptyLoop()
3673 if (P != OldInduction) { in widenPHIInstruction()
3850 if (CI->getOperand(0) == OldInduction && in vectorizeBlockInLoop()
3856 Legal->getInductionVars()->lookup(OldInduction); in vectorizeBlockInLoop()
[all …]