Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp103 unsigned SizeEstimation; member
296 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
324 Props.SizeEstimation; in forgetLoop()
367 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()