Chandler Carruth 48f4dcf0f7 Lift the NumElements and NumTombstones members into the super class
rather than the base class. Add a pile of boilerplate to indirect around
this.

This is pretty ugly, but it allows the super class to change the
representation of these values, which will be key for doing
a SmallDenseMap.

Suggestions on better method structuring / naming are welcome, but keep
in mind that SmallDenseMap won't have an 'unsigned' member to expose
a reference to... =/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158586 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-16 01:18:07 +00:00
..
2012-06-02 08:39:08 +00:00
2011-07-21 23:03:59 +00:00
2011-03-01 22:07:32 +00:00
2012-03-14 22:36:10 +00:00
2012-05-11 23:34:39 +00:00
2012-02-05 22:14:15 +00:00
2012-02-05 22:14:15 +00:00
2012-05-19 19:32:11 +00:00