Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp848 unsigned ExcessInc = 0; in getUpwardPressureDelta() local
850 ExcessInc = POld > Limit ? PNew - POld : PNew - Limit; in getUpwardPressureDelta()
852 ExcessInc = Limit - POld; in getUpwardPressureDelta()
853 if (ExcessInc) { in getUpwardPressureDelta()
855 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()