Home
last modified time | relevance | path

Searched refs:ToLoop (Results 1 – 3 of 3) 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-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h838 Loop *ToLoop = getLoopFor(I->getParent()); in replacementPreservesLCSSAForm() local
839 if (!ToLoop) in replacementPreservesLCSSAForm()
844 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()