Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp343 const SCEV *BackedgeTCExt = nullptr; in verifyTripCount() local
348 BackedgeTCExt = SE->getZeroExtendExpr(BackedgeTakenCount, RHS->getType()); in verifyTripCount()
349 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()
351 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()
358 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()