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