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