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

/external/llvm/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)) {
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp444 if (LI->replacementPreservesLCSSAForm(Inst, V)) {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h649 /// replacementPreservesLCSSAForm - Returns true if replacing From with To
651 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { function in class:llvm::LoopInfo
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3122 if (LI->replacementPreservesLCSSAForm(PN, V))

Completed in 186 milliseconds