Searched refs:ConservativelyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
372 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()373 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()375 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()395 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()449 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()456 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()458 ConservativelyAllocatableNodes.erase(NItr); in reduce()496 NodeSet ConservativelyAllocatableNodes; variable