Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp111 unsigned SizeEstimation; member
303 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
304 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
306 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
330 Props.SizeEstimation; in forgetLoop()
372 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()