Lines Matching refs:NodeSet
71 using NodeSet = std::set<GepNode *>; typedef
308 in_set(const NodeSet &S) : NS(S) {} in in_set()
315 const NodeSet &NS;
444 NodeSet &Nodes) { in nodes_for_root()
463 using NodeSymRel = std::set<NodeSet>;
469 static const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
470 for (const NodeSet &S : Rel) in node_class()
537 using NodeSetMap = std::map<unsigned, NodeSet>; in common()
550 NodeSet &S = I.second; in common()
551 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) { in common()
560 NodeSet C; in common()
561 for (NodeSet::iterator NJ = std::next(NI); NJ != NE; ++NJ) in common()
581 for (const NodeSet &S : EqRel) { in common()
583 for (NodeSet::const_iterator J = S.begin(), F = S.end(); J != F; ++J) { in common()
593 using ProjMap = std::map<const NodeSet *, GepNode *>; in common()
595 for (const NodeSet &S : EqRel) { in common()
627 const NodeSet *PC = node_class(N->Parent, EqRel); in common()
641 NodeSet Erase; in common()
643 const NodeSet *PC = node_class(N, EqRel); in common()
995 NodeSet Ns; in separateConstantChains()