Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h46 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection() local
47 assert(sItr != selections.end() && "No selection for node."); in getSelection()
48 return sItr->second; in getSelection()