Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp537 int ExcessUnits = 0; in computeExcessPressureDelta() local
556 if (std::abs(PDiff) > std::abs(ExcessUnits)) { in computeExcessPressureDelta()
557 ExcessUnits = PDiff; in computeExcessPressureDelta()
562 Delta.Excess.UnitIncrease = ExcessUnits; in computeExcessPressureDelta()