Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp79 unsigned CanBeUnswitchedCount; member
250 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
251 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
261 if (!Props.CanBeUnswitchedCount) { in countLoop()
282 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; in forgetLoop()
314 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
315 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
316 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
317 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()