Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp1186 unsigned ExcessInc = 0; in getUpwardPressureDelta() local
1188 ExcessInc = POld > Limit ? PNew - POld : PNew - Limit; in getUpwardPressureDelta()
1190 ExcessInc = Limit - POld; in getUpwardPressureDelta()
1191 if (ExcessInc) { in getUpwardPressureDelta()
1193 Delta.Excess.setUnitInc(ExcessInc); in getUpwardPressureDelta()