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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp112 if (V && LI->replacementPreservesLCSSAForm(I, V)) {
H A DLoopRotation.cpp358 if (V && LI->replacementPreservesLCSSAForm(C, V)) {
H A DLoopUnswitch.cpp1219 if (LI->replacementPreservesLCSSAForm(I, V)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopUnroll.cpp444 if (LI->replacementPreservesLCSSAForm(Inst, V)) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfo.h648 /// replacementPreservesLCSSAForm - Returns true if replacing From with To
650 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { function in class:llvm::LoopInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp3122 if (LI->replacementPreservesLCSSAForm(PN, V))

Completed in 136 milliseconds