Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp792 const SCEV *LatchCount = SE.getExitCount(&L, Latch); in parseLoopStructure() local
793 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure()
1017 assert(SE.getLoopDisposition(LatchCount, &L) == in parseLoopStructure()