Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp281 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop() local
299 if (RuntimeTripCount && TripMultiple % Count != 0 && in UnrollLoop()
304 RuntimeTripCount = false; in UnrollLoop()
351 } else if (RuntimeTripCount) { in UnrollLoop()
518 if (RuntimeTripCount && j != 0) { in UnrollLoop()