Home
last modified time | relevance | path

Searched refs:replacementPreservesLCSSAForm (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp108 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
DLoopRotation.cpp255 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
DLoopUnswitch.cpp1021 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp121 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
DLoopRotation.cpp314 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
DLoopUnswitch.cpp1352 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
DIndVarSimplify.cpp650 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { in rewriteLoopExitValues()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopUnroll.cpp412 if (LI->replacementPreservesLCSSAForm(Inst, V)) { in UnrollLoop()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp477 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
DLoopUnroll.cpp632 if (LI->replacementPreservesLCSSAForm(Inst, V)) in UnrollLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h656 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h1049 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1853 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
DScalarEvolution.cpp4219 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3112 if (LI->replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()