[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)
commitb7742df4208283e742569478c2bc145c54d488fe
treec691efc30edc90085a4e87379035e0fe3f9692fe
parent2cdca0c4e486f2ef1770c5bf767950d675d93706
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239887 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasAnalysisEvaluator.cpp