Home
last modified time | relevance | path

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

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