Searched refs:ConservativelyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
375 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()376 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()378 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()398 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()452 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()459 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()461 ConservativelyAllocatableNodes.erase(NItr); in reduce()497 NodeSet ConservativelyAllocatableNodes; variable