Searched refs:OldLoopProps (Results 1 – 1 of 1) sorted by relevance
373 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local374 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData()378 --OldLoopProps.CanBeUnswitchedCount; in cloneData()379 ++OldLoopProps.WasUnswitchedCount; in cloneData()381 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()383 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()385 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()396 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()