Searched refs:NotProvablyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
378 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()379 NotProvablyAllocatableNodes.end() && in removeFromCurrentSet()381 NotProvablyAllocatableNodes.erase(NId); in removeFromCurrentSet()402 NotProvablyAllocatableNodes.insert(NId); in moveToNotProvablyAllocatableNodes()461 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()463 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()464 NotProvablyAllocatableNodes.end(), in reduce()467 NotProvablyAllocatableNodes.erase(NItr); in reduce()497 NodeSet NotProvablyAllocatableNodes; variable