Home
last modified time | relevance | path

Searched refs:ToLoop (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLoopInfo.h667 Loop *ToLoop = getLoopFor(I->getParent()); in replacementPreservesLCSSAForm() local
668 if (!ToLoop) return true; in replacementPreservesLCSSAForm()
672 return ToLoop->contains(getLoopFor(From->getParent())); in replacementPreservesLCSSAForm()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h1060 Loop *ToLoop = getLoopFor(I->getParent()); in replacementPreservesLCSSAForm() local
1061 if (!ToLoop) return true; in replacementPreservesLCSSAForm()
1065 return ToLoop->contains(getLoopFor(From->getParent())); in replacementPreservesLCSSAForm()