Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp319 unsigned ConstantMaxTripCount = SE->getSmallConstantMaxTripCount(L); in runOnLoop() local
320 if (ConstantMaxTripCount && ConstantMaxTripCount < ItersAhead + 1) in runOnLoop()