Searched refs:addLiveRegs (Results 1 – 6 of 6) sorted by relevance
321 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()322 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1450 addLiveRegs(InRegs); in SIScheduleBlockScheduler()1628 void SIScheduleBlockScheduler::addLiveRegs(std::set<Register> &Regs) { in addLiveRegs() function in SIScheduleBlockScheduler1665 addLiveRegs(Block->getOutRegs()); in blockScheduled()
392 void addLiveRegs(std::set<Register> &Regs);
414 LLVM_ABI void addLiveRegs(ArrayRef<VRegMaskOrUnit> Regs);
693 void RegPressureTracker::addLiveRegs(ArrayRef<VRegMaskOrUnit> Regs) { in addLiveRegs() function in RegPressureTracker
1514 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()1515 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()
2267 RPTracker.addLiveRegs(LiveOutRegs); in computeLiveOuts()