Lines Matching defs:PSet
1225 // Indexed by PSet ID
1231 // Indexed by PSet ID
1258 dbgs() << "Reg=" << printReg(Reg, TRI, 0, &MRI) << " PSet=";
1328 for (unsigned PSet = 0; PSet < PSetNum; PSet++)
1329 PressureSetLimit[PSet] = RCI.getRegPressureSetLimit(PSet);
1473 for (unsigned PSet = 0; PSet < PSetNum; PSet++)
1474 MaxSetPressure[PSet] =
1475 std::max(MaxSetPressure[PSet], CurSetPressure[PSet]);
1531 for (unsigned PSet = 0; PSet < PSetNum; PSet++) {
1532 unsigned Limit = PressureSetLimit[PSet];
1534 LLVM_DEBUG(dbgs() << "PSet=" << PSet << " Limit=" << Limit
1536 if (Limit < MaxSetPressure[PSet] + Margin) {