Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp99 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
H A DIndVarSimplify.cpp1236 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h444 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp315 if (LI.replacementPreservesLCSSAForm(Load, M)) { in loadCSE()
386 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
H A DLoopSimplify.cpp601 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
H A DLoopRotationUtils.cpp693 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
H A DLoopUnrollRuntime.cpp985 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
H A DSimplifyIndVar.cpp661 if (!LI->replacementPreservesLCSSAForm(I, Invariant)) in replaceIVUserWithLoopInvariant()
771 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
H A DLoopUtils.cpp1687 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp1618 !SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc)) in replaceCongruentIVInc()