Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp302 const SCEV *SCEVRHS = SE->getSCEV(RHS); in verifyTripCount() local
303 if (SCEVRHS == SCEVTripCount) in verifyTripCount()
314 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()
321 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()