Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp646 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure() local
649 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()
650 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure()
652 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()