Searched refs:MBBLiveIns (Results 1 – 2 of 2) sorted by relevance
646 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()649 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()652 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()685 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()1584 DAG.MBBLiveIns.erase(DAG.Regions[Idx].first->getParent()); in sinkTriviallyRematInsts()
212 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns; variable