Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp355 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local
356 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData()
360 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
361 ++OldLoopProps.WasUnswitchedCount; in cloneData()
363 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
365 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()
367 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
378 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()