Searched refs:NodeSet (Results 1 – 2 of 2) sorted by relevance
53 typedef std::set<GepNode*> NodeSet; typedef289 in_set(const NodeSet &S) : NS(S) {} in in_set()294 const NodeSet &NS;443 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { in nodes_for_root()463 typedef std::set<NodeSet> NodeSymRel;467 const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()533 typedef std::map<unsigned,NodeSet> NodeSetMap; in common()548 NodeSet &S = I->second; in common()549 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) { in common()558 NodeSet C; in common()[all …]
499 NodeSet::iterator NItr = OptimallyReducibleNodes.begin(); in reduce()521 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()528 NodeSet::iterator NItr = in reduce()558 typedef std::set<NodeId> NodeSet; typedef559 NodeSet OptimallyReducibleNodes;560 NodeSet ConservativelyAllocatableNodes;561 NodeSet NotProvablyAllocatableNodes;