Searched refs:LatchCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp798 const SCEV *LatchCount = SE.getExitCount(&L, Latch); local
799 if (isa<SCEVCouldNotCompute>(LatchCount)) {
1023 assert(SE.getLoopDisposition(LatchCount, &L) ==

Completed in 100 milliseconds