Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h378 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