Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp103 unsigned CanBeUnswitchedCount; member
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
319 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()
341 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
356 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
359 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
360 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
361 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp106 unsigned CanBeUnswitchedCount; member
296 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
298 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
321 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()
343 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
357 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
360 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
361 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
362 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()