Searched refs:OrigInc (Results 1 – 2 of 2) sorted by relevance
1974 Instruction *OrigInc = dyn_cast<Instruction>( in replaceCongruentIVs() local1979 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 …]
1935 auto *OrigInc = in createWideIV() local1937 WideInc->setDebugLoc(OrigInc->getDebugLoc()); in createWideIV()