Lines Matching defs:IDs
52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
61 unsigned size() const { return IDs.size(); }
62 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; }
65 return IDs.lookup(V);
70 unsigned ID = IDs.size() + 1;
71 IDs[V].first = ID;
93 // changes the map's size, and thus affects the other IDs.
105 // by giving IDs in reverse order.
108 // initializers), their relative IDs only matter for determining order of
740 // Don't assign IDs to metadata nodes.
841 // and then sort by the original/current ID. Since the IDs are guaranteed to