Home
last modified time | relevance | path

Searched refs:ConservativelyAllocatableNodes (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.h372 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()
373 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()
375 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()
395 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()
449 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()
456 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()
458 ConservativelyAllocatableNodes.erase(NItr); in reduce()
496 NodeSet ConservativelyAllocatableNodes; variable