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