Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp863 unsigned ExcessInc = 0; in getUpwardPressureDelta() local
865 ExcessInc = POld > Limit ? PNew - POld : PNew - Limit; in getUpwardPressureDelta()
867 ExcessInc = Limit - POld; in getUpwardPressureDelta()
868 if (ExcessInc) { in getUpwardPressureDelta()
870 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()