Home
last modified time | relevance | path

Searched refs:MBBLiveIns (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp646 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()
H A DGCNSchedStrategy.h212 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns; variable