Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h151 void addPressureChange(unsigned RegUnit, bool IsDec,
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp385 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument
388 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()