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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp302 LoopProperties& OldLoopProps = *CurrentLoopProperties; local
303 UnswitchedValsMap& Insts = OldLoopProps.UnswitchedVals;
307 --OldLoopProps.CanBeUnswitchedCount;
308 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
310 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
312 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation;
323 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];

Completed in 66 milliseconds