Searched refs:LiveInIt (Results 1 – 1 of 1) sorted by relevance
443 auto LiveInIt = MBBLiveIns.find(MBB); in computeBlockPressure() local444 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()445 auto LiveIn = std::move(LiveInIt->second); in computeBlockPressure()447 MBBLiveIns.erase(LiveInIt); in computeBlockPressure()