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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp79 unsigned SizeEstimation; member in struct:__anon10403::LUAnalysisCache::LoopProperties
248 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
312 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation;

Completed in 121 milliseconds