Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp105 unsigned SizeEstimation; member
292 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
320 Props.SizeEstimation; in forgetLoop()
363 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp108 unsigned SizeEstimation; member
295 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
296 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
298 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
322 Props.SizeEstimation; in forgetLoop()
364 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()