Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp432 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop() local
434 assert((!RuntimeTripCount || !PeelCount) && in UnrollLoop()
471 if (RuntimeTripCount && TripMultiple % Count != 0 && in UnrollLoop()
476 RuntimeTripCount = false; in UnrollLoop()
541 } else if (RuntimeTripCount) { in UnrollLoop()
727 if (RuntimeTripCount && j != 0) { in UnrollLoop()