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

/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp210 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); local
212 if (RuntimeTripCount && !UnrollRuntimeLoopProlog(L, Count, LI, LPM))
260 } else if (RuntimeTripCount) {
384 if (RuntimeTripCount && j != 0) {

Completed in 96 milliseconds