Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp105 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
H A DLoopUnswitch.cpp1484 if (LI->replacementPreservesLCSSAForm(UI, Replacement)) { in RewriteLoopBodyWithConditionConstant()
1598 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
H A DIndVarSimplify.cpp686 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp359 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
H A DLoopUnroll.cpp283 if (LI->replacementPreservesLCSSAForm(Inst, V)) in simplifyLoopAfterUnroll()
H A DLoopSimplify.cpp574 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
H A DSimplifyIndVar.cpp717 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h832 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1958 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
H A DScalarEvolution.cpp5331 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()