Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp360 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local
361 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()