Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp456 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local
457 if (isa<SCEVCouldNotCompute>(ExitCountOuter)) { in isComputableLoopNest()