Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DViewOpGraph.cpp201 int nodeId = ++counter; in emitNodeStmt() local
205 os << llvm::format("v%i ", nodeId); in emitNodeStmt()
208 return Node(nodeId); in emitNodeStmt()