Lines Matching refs:NodeSet
53 typedef std::set<GepNode*> NodeSet; typedef
282 in_set(const NodeSet &S) : NS(S) {} in in_set()
287 const NodeSet &NS;
428 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { in nodes_for_root()
448 typedef std::set<NodeSet> NodeSymRel;
452 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
518 typedef std::map<unsigned,NodeSet> NodeSetMap; in common()
533 NodeSet &S = I->second; in common()
534 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) { in common()
543 NodeSet C; in common()
544 for (NodeSet::iterator NJ = std::next(NI); NJ != NE; ++NJ) in common()
566 const NodeSet &S = *I; in common()
567 for (NodeSet::const_iterator J = S.begin(), F = S.end(); J != F; ++J) { in common()
578 typedef std::map<const NodeSet*,GepNode*> ProjMap; in common()
581 const NodeSet &S = *I; in common()
590 for (NodeSet::iterator J = S.begin(), F = S.end(); J != F; ++J) { in common()
615 const NodeSet *PC = node_class(N->Parent, EqRel); in common()
629 NodeSet Erase; in common()
632 const NodeSet *PC = node_class(N, EqRel); in common()
999 NodeSet Ns; in separateConstantChains()
1006 for (NodeSet::iterator I = Ns.begin(), E = Ns.end(); I != E; ++I) { in separateConstantChains()