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