Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h375 assert(ConservativelyAllocatableNodes.find(NId) != in removeFromCurrentSet()
376 ConservativelyAllocatableNodes.end() && in removeFromCurrentSet()
378 ConservativelyAllocatableNodes.erase(NId); in removeFromCurrentSet()
398 ConservativelyAllocatableNodes.insert(NId); in moveToConservativelyAllocatableNodes()
452 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()
459 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()
461 ConservativelyAllocatableNodes.erase(NItr); in reduce()
497 NodeSet ConservativelyAllocatableNodes; variable