Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp99 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
H A DIndVarSimplify.cpp1224 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h439 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp601 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
H A DLoopRotationUtils.cpp664 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
H A DLoopUnroll.cpp242 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
H A DLoopUnrollRuntime.cpp985 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp1542 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
H A DSimplifyIndVar.cpp746 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
H A DScalarEvolutionExpander.cpp1633 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()