Searched refs:replacementPreservesLCSSAForm (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 101 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
| H A D | IndVarSimplify.cpp | 1348 if (Res && LI->replacementPreservesLCSSAForm(I, Res)) { in replaceLoopPHINodesWithPreheaderValues()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 455 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
| H A D | LoopSimplify.cpp | 602 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
| H A D | LoopUnroll.cpp | 240 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in simplifyLoopAfterUnroll()
|
| H A D | LoopUnrollRuntime.cpp | 962 if (LI->replacementPreservesLCSSAForm(&Inst, V)) in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUtils.cpp | 1457 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
| H A D | SimplifyIndVar.cpp | 737 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
| H A D | ScalarEvolutionExpander.cpp | 2004 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 1140 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|