Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h443 assert(NotProvablyAllocatableNodes.find(NId) != in removeFromCurrentSet()
444 NotProvablyAllocatableNodes.end() && in removeFromCurrentSet()
446 NotProvablyAllocatableNodes.erase(NId); in removeFromCurrentSet()
467 NotProvablyAllocatableNodes.insert(NId); in moveToNotProvablyAllocatableNodes()
527 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()
529 std::min_element(NotProvablyAllocatableNodes.begin(), in reduce()
530 NotProvablyAllocatableNodes.end(), in reduce()
533 NotProvablyAllocatableNodes.erase(NItr); in reduce()
561 NodeSet NotProvablyAllocatableNodes; variable