Searched refs:replacementPreservesLCSSAForm (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 99 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
| H A D | IndVarSimplify.cpp | 1236 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 444 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 315 if (LI.replacementPreservesLCSSAForm(Load, M)) { in loadCSE() 386 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
|
| H A D | LoopSimplify.cpp | 601 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
| H A D | LoopRotationUtils.cpp | 693 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
| H A D | LoopUnrollRuntime.cpp | 985 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
|
| H A D | SimplifyIndVar.cpp | 661 if (!LI->replacementPreservesLCSSAForm(I, Invariant)) in replaceIVUserWithLoopInvariant() 771 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
| H A D | LoopUtils.cpp | 1687 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
| H A D | ScalarEvolutionExpander.cpp | 1618 !SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc)) in replaceCongruentIVInc()
|