Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp443 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()
DGCNSchedStrategy.h92 DenseMap<const MachineBasicBlock*, GCNRPTracker::LiveRegSet> MBBLiveIns; variable