Searched refs:nodeId (Results 1 – 2 of 2) sorted by relevance
38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument39 selections[nodeId] = selection; in setSelection()45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() argument46 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
201 int nodeId = ++counter; in emitNodeStmt() local205 os << llvm::format("v%i ", nodeId); in emitNodeStmt()208 return Node(nodeId); in emitNodeStmt()