Searched refs:replacementPreservesLCSSAForm (Results 1 – 15 of 15) sorted by relevance
/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/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/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/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/lib/Analysis/ |
D | ScalarEvolution.cpp | 3112 if (LI->replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()
|