Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Ns

306     in_set(const NodeSet &S) : NS(S) {}
309 return NS.find(N) != NS.end();
313 const NodeSet &NS;
1007 NodeSet Ns;
1008 nodes_for_root(Node, NCM, Ns);
1014 for (NodeSet::iterator I = Ns.begin(), E = Ns.end(); I != E; ++I) {