Searched refs:ConservativelyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
374 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()375 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()377 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()397 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()451 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()458 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()460 ConservativelyAllocatableNodes.erase(NItr); in reduce()498 NodeSet ConservativelyAllocatableNodes; variable