Searched refs:PSets (Results 1 – 1 of 1) sorted by relevance
32 static bool hasPressureSet(const int *PSets, unsigned PSetID) { in hasPressureSet() argument33 for (unsigned i = 0; PSets[i] != -1; ++i) { in hasPressureSet()34 if (PSets[i] == (int)PSetID) in hasPressureSet()43 const int *PSets = getRegUnitPressureSets(*U); in classifyPressureSet() local44 if (hasPressureSet(PSets, PSetID)) { in classifyPressureSet()80 const int *PSets = getRegUnitPressureSets(i); in SIRegisterInfo() local81 for (unsigned j = 0; PSets[j] != -1; ++j) { in SIRegisterInfo()82 ++PressureSetRegUnits[PSets[j]]; in SIRegisterInfo()