Searched refs:NotProvablyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
379 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()380 NotProvablyAllocatableNodes.end() && in removeFromCurrentSet()382 NotProvablyAllocatableNodes.erase(NId); in removeFromCurrentSet()403 NotProvablyAllocatableNodes.insert(NId); in moveToNotProvablyAllocatableNodes()462 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()464 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()465 NotProvablyAllocatableNodes.end(), in reduce()468 NotProvablyAllocatableNodes.erase(NItr); in reduce()498 NodeSet NotProvablyAllocatableNodes; variable