Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp113 if (V && LI->replacementPreservesLCSSAForm(I, V)) { in runOnLoop()
DLoopRotation.cpp385 if (V && LI->replacementPreservesLCSSAForm(C, V)) { in rotateLoop()
DLoopUnswitch.cpp1113 if (LI->replacementPreservesLCSSAForm(I, V)) { in SimplifyCode()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp444 if (LI->replacementPreservesLCSSAForm(Inst, V)) { in UnrollLoop()
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DLoopInfo.h691 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { in replacementPreservesLCSSAForm() function
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp3167 if (LI->replacementPreservesLCSSAForm(PN, V)) in createNodeForPHI()