Searched refs:GepNode (Results 1 – 1 of 1) sorted by relevance
52 struct GepNode;53 typedef std::set<GepNode*> NodeSet;54 typedef std::map<GepNode*,Value*> NodeToValueMap;55 typedef std::vector<GepNode*> NodeVect;56 typedef std::map<GepNode*,NodeVect> NodeChildrenMap;58 typedef std::map<GepNode*,UseSet> NodeToUsesMap;65 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert()68 bool operator()(const GepNode *N1, const GepNode *N2) const { in operator ()()75 std::map<const GepNode *, unsigned> Map;101 typedef std::map<Value*,GepNode*> ValueToNodeMap;[all …]