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

/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp120 if (V && LI->replacementPreservesLCSSAForm(I, V)) {
H A DLoopRotation.cpp410 if (V && LI->replacementPreservesLCSSAForm(C, V)) {
H A DLoopUnswitch.cpp1095 if (LI->replacementPreservesLCSSAForm(I, V)) {
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp471 if (LI->replacementPreservesLCSSAForm(Inst, V)) {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h729 /// replacementPreservesLCSSAForm - Returns true if replacing From with To
731 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { function in class:llvm::LoopInfo
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3267 if (LI->replacementPreservesLCSSAForm(PN, V))

Completed in 2485 milliseconds