[PM/AA] Suffix lots of member variables that directly use enumeration
authorChandler Carruth <chandlerc@gmail.com>
Wed, 17 Jun 2015 07:21:41 +0000 (07:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 17 Jun 2015 07:21:41 +0000 (07:21 +0000)
commitd1a130c2026b8461f9078b2e342f7ba03533d238
tree8fe4a4e10c03145af3679439aad1f0b6b2d65b46
parentecbd16829a4d793983a4b2f3670c3c44801a07f2
[PM/AA] Suffix lots of member variables that directly use enumeration
names for counts with the word 'Count' to make them less ambiguous.

This will be an actual error if we use unscoped enums for any of these,
and generally this seems much clearer to read.

Also, use clang-format to normalize the formatting of this code which
seems to have been needlessly odd.

No functionality changed here.

llvm-svn: 239887
llvm/lib/Analysis/AliasAnalysisEvaluator.cpp