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