Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp126 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
DLoopRotation.cpp248 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
DLoopUnswitch.cpp1297 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp519 if (LI->replacementPreservesLCSSAForm(Inst, V)) { in UnrollLoop()
DSimplifyIndVar.cpp336 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand)) in eliminateIdentitySCEV()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h682 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3980 if (LI.replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()