Searched refs:RangesToRemove (Results 1 – 1 of 1) sorted by relevance
842 std::vector<ExecutorAddrRange> RangesToRemove; in notifyRemovingResources() local847 RangesToRemove = std::move(I->second); in notifyRemovingResources()853 while (!RangesToRemove.empty()) { in notifyRemovingResources()854 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()855 RangesToRemove.pop_back(); in notifyRemovingResources()