Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp459 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()
460 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()
463 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()
497 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()
DGCNSchedStrategy.h106 DenseMap<const MachineBasicBlock*, GCNRPTracker::LiveRegSet> MBBLiveIns; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp470 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure()
471 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()
474 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()
508 MBBLiveIns[OnlySucc] = RPTracker.moveLiveRegs(); in computeBlockPressure()
DGCNSchedStrategy.h94 DenseMap<const MachineBasicBlock*, GCNRPTracker::LiveRegSet> MBBLiveIns; variable