Try to move to a more reasonable set of naming conventions given the new
authorChandler Carruth <chandlerc@gmail.com>
Fri, 19 Jul 2013 09:13:58 +0000 (09:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 19 Jul 2013 09:13:58 +0000 (09:13 +0000)
commit9f21fe1d65427453ed4c162110d052b43ce67f7b
tree2c51aa6a3a12f2d04a0b0d54be1ade95337660d7
parent64c391dbe48062a857a75148ad399e3a8835bfb9
Try to move to a more reasonable set of naming conventions given the new
implementation of the SROA algorithm. We were using the term 'partition'
in many places that no longer ever represented an actual partition, but
rather just an arbitrary slice of an alloca.

No functionality change intended here. Mostly just renaming of types,
functions, variables, and rewording of comments. Several comments were
rewritten to make a lot more sense in the new structure of things.

The stats are still weird and not reflective of how this really works.
I'll fix those up in a separate patch as it is a touch more semantic of
a change...

llvm-svn: 186659
llvm/lib/Transforms/Scalar/SROA.cpp