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.h266 DenseMap<const MachineBasicBlock *, GCNRPTracker::LiveRegSet> MBBLiveIns; variable
H A DGCNSchedStrategy.cpp848 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()