Searched refs:replacementPreservesLCSSAForm (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 105 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
H A D | LoopUnswitch.cpp | 1605 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 D | LoopRotationUtils.cpp | 454 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
H A D | LoopSimplify.cpp | 608 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
H A D | LoopUnroll.cpp | 231 if (LI->replacementPreservesLCSSAForm(Inst, V)) in simplifyLoopAfterUnroll()
|
H A D | LoopUtils.cpp | 1465 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
H A D | SimplifyIndVar.cpp | 743 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
H A D | ScalarEvolutionExpander.cpp | 2145 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 1112 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5426 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|