Home
last modified time | relevance | path

Searched refs:ExitCountOuter (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp475 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local
476 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp454 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local
455 if (isa<SCEVCouldNotCompute>(ExitCountOuter)) { in isComputableLoopNest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp468 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local
469 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()