Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h29 using SelectionsMap = std::map<GraphBase::NodeId, unsigned>;
30 SelectionsMap selections;
47 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DSolution.h31 NodeItrComparator> SelectionsMap; typedef
32 SelectionsMap selections;
85 SelectionsMap::const_iterator sItr = selections.find(nItr); in getSelection()
/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()