Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp333 const SCEV *BackedgeTCExt = nullptr; in verifyTripCount() local
338 BackedgeTCExt = SE->getZeroExtendExpr(BackedgeTakenCount, RHS->getType()); in verifyTripCount()
339 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, false); in verifyTripCount()
340 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()
347 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()