Searched refs:NotProvablyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
380 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()381 NotProvablyAllocatableNodes.end() && in removeFromCurrentSet()383 NotProvablyAllocatableNodes.erase(NId); in removeFromCurrentSet()404 NotProvablyAllocatableNodes.insert(NId); in moveToNotProvablyAllocatableNodes()463 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()465 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()466 NotProvablyAllocatableNodes.end(), in reduce()469 NotProvablyAllocatableNodes.erase(NItr); in reduce()499 NodeSet NotProvablyAllocatableNodes; variable