Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp351 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local
352 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData()
356 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
357 ++OldLoopProps.WasUnswitchedCount; in cloneData()
359 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
361 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()
363 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
374 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp352 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData() local
353 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData()
357 --OldLoopProps.CanBeUnswitchedCount; in cloneData()
358 ++OldLoopProps.WasUnswitchedCount; in cloneData()
360 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()
362 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()
364 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
375 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()