Home
last modified time | relevance | path

Searched refs:NotProvablyAllocatableNodes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h379 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