Searched refs:ConservativelyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
437 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()438 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()440 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()460 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()514 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()521 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()523 ConservativelyAllocatableNodes.erase(NItr); in reduce()560 NodeSet ConservativelyAllocatableNodes; variable