/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 108 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
|
D | LoopRotation.cpp | 255 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
D | LoopUnswitch.cpp | 1021 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 100 if (!V || !LI.replacementPreservesLCSSAForm(&I, V)) in simplifyLoopInst()
|
D | LoopUnswitch.cpp | 1439 if (LI->replacementPreservesLCSSAForm(UI, Replacement)) { in RewriteLoopBodyWithConditionConstant() 1551 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
|
D | IndVarSimplify.cpp | 697 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 121 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
|
D | LoopRotation.cpp | 314 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
D | LoopUnswitch.cpp | 1352 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
|
D | IndVarSimplify.cpp | 650 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 412 if (LI->replacementPreservesLCSSAForm(Inst, V)) { in UnrollLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 352 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
|
D | LoopSimplify.cpp | 574 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) { in simplifyOneLoop()
|
D | LoopUnroll.cpp | 284 if (LI->replacementPreservesLCSSAForm(Inst, V)) in simplifyLoopAfterUnroll()
|
D | SimplifyIndVar.cpp | 708 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 632 if (LI->replacementPreservesLCSSAForm(Inst, V)) in UnrollLoop()
|
D | SimplifyIndVar.cpp | 477 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 656 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 826 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopInfo.h | 1049 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1853 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
|
D | ScalarEvolution.cpp | 4219 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1958 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
|
D | ScalarEvolution.cpp | 5326 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 3112 if (LI->replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|