Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp101 unsigned CanBeUnswitchedCount; member
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
323 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()
345 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
360 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
363 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
364 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
365 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()