This patch introduces a new member Count to DebugCounter so that it now can track the total number of execution for the Counter.
Adding this feature will help us to do automated transformation level bisecting better using DebugCounter.
One (only) use case in NewGVN.cpp is also modified since we changed related functions.
We are planning to add an actual printing for this info in a follow-up.
nit: This comment sort of feels redundant to me.