Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h30 typedef std::map<GraphBase::NodeId, unsigned> SelectionsMap; typedef
31 SelectionsMap selections;
84 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()