Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp693 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange() local
694 if (NewUnitInc != 0) { in addPressureChange()
695 I->setUnitInc(NewUnitInc); in addPressureChange()