Searched refs:replacementPreservesLCSSAForm (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 96 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
| H A D | IndVarSimplify.cpp | 1212 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 441 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 311 if (LI.replacementPreservesLCSSAForm(Load, M)) { in loadCSE() 382 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
|
| H A D | LoopRotationUtils.cpp | 672 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
| H A D | LoopSimplify.cpp | 598 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
| H A D | LoopUnrollRuntime.cpp | 988 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
|
| H A D | SimplifyIndVar.cpp | 663 if (!LI->replacementPreservesLCSSAForm(I, Invariant)) in replaceIVUserWithLoopInvariant() 773 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
| H A D | LoopUtils.cpp | 1753 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
| H A D | ScalarEvolutionExpander.cpp | 1646 !SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc)) in replaceCongruentIVInc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20265 …vesLCSSAFormEPNS_11InstructionEPNS_5ValueE", "llvm::LoopInfo::replacementPreservesLCSSAForm(llvm::…
|