Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp662 const SCEV *LatchCount = SE.getExitCount(&L, Latch); in parseLoopStructure() local
663 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure()
799 assert(SE.getLoopDisposition(LatchCount, &L) == in parseLoopStructure()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp876 const SCEV *LatchCount = SE.getExitCount(&L, Latch); in parseLoopStructure() local
877 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure()
1096 assert(SE.getLoopDisposition(LatchCount, &L) == in parseLoopStructure()