Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp359 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData() local
367 NewLoopProps.WasUnswitchedCount = 0; in cloneData()
369 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
372 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
383 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()