Lines Matching defs:PSet
1228 // Indexed by PSet ID
1234 // Indexed by PSet ID
1261 dbgs() << "Reg=" << printReg(Reg, TRI, 0, &MRI) << " PSet=";
1331 for (unsigned PSet = 0; PSet < PSetNum; PSet++)
1332 PressureSetLimit[PSet] = TRI->getRegPressureSetLimit(MF, PSet);
1365 LLVM_DEBUG(dbgs() << "PSet=" << *PSetIter << " Limit=" << Limit
1514 for (unsigned PSet = 0; PSet < PSetNum; PSet++)
1515 MaxSetPressure[PSet] =
1516 std::max(MaxSetPressure[PSet], CurSetPressure[PSet]);
1572 for (unsigned PSet = 0; PSet < PSetNum; PSet++) {
1573 unsigned Limit = PressureSetLimit[PSet];
1575 LLVM_DEBUG(dbgs() << "PSet=" << PSet << " Limit=" << Limit
1577 if (Limit < MaxSetPressure[PSet] + Margin) {