Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument
39 selections[nodeId] = selection; in setSelection()
45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() argument
46 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()