Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp173 const SCEV *SCEVTripCount = in findLoopComponents() local
175 if (SE->getSCEV(TripCount) != SCEVTripCount) { in findLoopComponents()
186 SE->getSCEV(TripCountInst->getOperand(0)) != SCEVTripCount) { in findLoopComponents()