Searched refs:MBBLiveIns (Results 1 – 4 of 4) sorted by relevance
459 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()460 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()463 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()497 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()
106 DenseMap<const MachineBasicBlock*, GCNRPTracker::LiveRegSet> MBBLiveIns; variable
470 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()471 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()474 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()508 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()
94 DenseMap<const MachineBasicBlock*, GCNRPTracker::LiveRegSet> MBBLiveIns; variable