Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h381 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()
466 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()
467 NotProvablyAllocatableNodes.end(), in reduce()
470 NotProvablyAllocatableNodes.erase(NItr); in reduce()
500 NodeSet NotProvablyAllocatableNodes; variable