Searched refs:RangesToRemove (Results 1 – 1 of 1) sorted by relevance
779 std::vector<ExecutorAddrRange> RangesToRemove; in notifyRemovingResources() local784 RangesToRemove = std::move(I->second); in notifyRemovingResources()790 while (!RangesToRemove.empty()) { in notifyRemovingResources()791 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()792 RangesToRemove.pop_back(); in notifyRemovingResources()