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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp103 unsigned SizeEstimation; member in struct:__anon3223::LUAnalysisCache::LoopProperties
296 Props.SizeEstimation = Metrics.NumInsts;
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
324 Props.SizeEstimation;
367 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation;

Completed in 101 milliseconds