Searched refs:getLiveRegs (Results 1 – 3 of 3) sorted by relevance
114 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype()190 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI,196 return getLiveRegs(LIS.getInstructionIndex(MI).getDeadSlot(), LIS, in getLiveRegsAfter()202 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS, in getLiveRegsBefore()
457 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()475 RPTracker.reset(*OnlySucc->begin(), &RPTracker.getLiveRegs()); in computeBlockPressure()
272 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() function in llvm473 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid()