Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp105 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
H A DLoopUnswitch.cpp1605 if (LI->replacementPreservesLCSSAForm(UI, Replacement)) { in rewriteLoopBodyWithConditionConstant()
1717 if (LI->replacementPreservesLCSSAForm(I, V)) { in simplifyCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp454 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
H A DLoopSimplify.cpp608 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
H A DLoopUnroll.cpp231 if (LI->replacementPreservesLCSSAForm(Inst, V)) in simplifyLoopAfterUnroll()
H A DLoopUtils.cpp1465 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
H A DSimplifyIndVar.cpp743 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
H A DScalarEvolutionExpander.cpp2145 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h1112 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5426 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()