Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp849 unsigned ExcessInc = 0; in getUpwardPressureDelta() local
851 ExcessInc = POld > Limit ? PNew - POld : PNew - Limit; in getUpwardPressureDelta()
853 ExcessInc = Limit - POld; in getUpwardPressureDelta()
854 if (ExcessInc) { in getUpwardPressureDelta()
856 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()