Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp100 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
H A DIndVarSimplify.cpp1336 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp449 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
H A DLoopSimplify.cpp602 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
H A DLoopUnroll.cpp240 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
H A DLoopUnrollRuntime.cpp964 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp1458 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
H A DSimplifyIndVar.cpp749 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
H A DScalarEvolutionExpander.cpp2013 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1137 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5925 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()