Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1974 Instruction *OrigInc = dyn_cast<Instruction>( in replaceCongruentIVs() local
1979 if (OrigInc && IsomorphicInc) { in replaceCongruentIVs()
1985 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs()
1989 std::swap(OrigInc, IsomorphicInc); in replaceCongruentIVs()
2001 SE.getTruncateOrNoop(SE.getSCEV(OrigInc), IsomorphicInc->getType()); in replaceCongruentIVs()
2002 if (OrigInc != IsomorphicInc && in replaceCongruentIVs()
2004 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
2005 hoistIVInc(OrigInc, IsomorphicInc, /*RecomputePoisonFlags*/ true)) { in replaceCongruentIVs()
2009 Value *NewInc = OrigInc; in replaceCongruentIVs()
2010 if (OrigInc->getType() != IsomorphicInc->getType()) { in replaceCongruentIVs()
[all …]
DSimplifyIndVar.cpp1935 auto *OrigInc = in createWideIV() local
1937 WideInc->setDebugLoc(OrigInc->getDebugLoc()); in createWideIV()