Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp350 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData() local
358 NewLoopProps.WasUnswitchedCount = 0; in cloneData()
360 NewLoopProps.CanBeUnswitchedCount = 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.cpp351 LoopProperties &NewLoopProps = LoopsProperties[NewLoop]; in cloneData() local
359 NewLoopProps.WasUnswitchedCount = 0; in cloneData()
361 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()
364 NewLoopProps.SizeEstimation = OldLoopProps.SizeEstimation; in cloneData()
375 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()