Searched refs:ExitCountOuter (Results 1 – 3 of 3) sorted by relevance
475 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local476 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()
454 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local455 if (isa<SCEVCouldNotCompute>(ExitCountOuter)) { in isComputableLoopNest()
468 const SCEV *ExitCountOuter = SE->getBackedgeTakenCount(L); in isComputableLoopNest() local469 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()