Searched refs:NotProvablyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance
381 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()382 NotProvablyAllocatableNodes.end() && in removeFromCurrentSet()384 NotProvablyAllocatableNodes.erase(NId); in removeFromCurrentSet()405 NotProvablyAllocatableNodes.insert(NId); in moveToNotProvablyAllocatableNodes()464 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()465 NodeSet::iterator NItr = llvm::min_element(NotProvablyAllocatableNodes, in reduce()468 NotProvablyAllocatableNodes.erase(NItr); in reduce()498 NodeSet NotProvablyAllocatableNodes; variable