Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp119 unsigned SizeEstimation; member
316 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
317 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
319 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
343 Props.SizeEstimation; in forgetLoop()
385 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()