Searched refs:MBBLiveIns (Results 1 – 2 of 2) sorted by relevance
266 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns; variable
848 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()851 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()854 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()889 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()