13 #ifndef LLVM_CODEGEN_PBQP_SOLUTION_H
14 #define LLVM_CODEGEN_PBQP_SOLUTION_H
28 using SelectionsMap = std::map<GraphBase::NodeId, unsigned>;
29 SelectionsMap selections;
39 selections[nodeId] = selection;
46 SelectionsMap::const_iterator sItr = selections.find(nodeId);
47 assert(sItr != selections.end() &&
"No selection for node.");
55 #endif // LLVM_CODEGEN_PBQP_SOLUTION_H