Searched refs:OldLoopProps (Results 1 – 1 of 1) sorted by relevance
360 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local361 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData()365 --OldLoopProps.CanBeUnswitchedCount; in cloneData()366 ++OldLoopProps.WasUnswitchedCount; in cloneData()368 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()370 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()372 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()383 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()