Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp443 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure() local
444 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()
445 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure()
447 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()