[NFC] Pre-calculate basic block IR counts in size remarks.

Size remarks are slow due to lots of recalculation of the module.

This is similar to the previous commit. Cache the size of the module and
update counts in basic block passes based off a less-expensive delta.

2/6

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341246 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed