Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp691 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange() local
692 if (NewUnitInc != 0) { in addPressureChange()
693 I->setUnitInc(NewUnitInc); in addPressureChange()