Searched refs:replacementPreservesLCSSAForm (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 105 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
| H A D | LoopUnswitch.cpp | 1484 if (LI->replacementPreservesLCSSAForm(UI, Replacement)) { in RewriteLoopBodyWithConditionConstant() 1598 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
|
| H A D | IndVarSimplify.cpp | 686 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 359 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
| H A D | LoopUnroll.cpp | 283 if (LI->replacementPreservesLCSSAForm(Inst, V)) in simplifyLoopAfterUnroll()
|
| H A D | LoopSimplify.cpp | 574 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
| H A D | SimplifyIndVar.cpp | 717 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 832 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 1958 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
|
| H A D | ScalarEvolution.cpp | 5331 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|