| commit | c0dd1037c8db32e726a7764cf8ac064b50114387 | [log] [tgz] |
|---|---|---|
| author | Diego Novillo <dnovillo@google.com> | Tue Nov 26 20:37:33 2013 +0000 |
| committer | Diego Novillo <dnovillo@google.com> | Tue Nov 26 20:37:33 2013 +0000 |
| tree | 529c186ffaa0e6d0b7c70e73fb49d028b92ae56a | |
| parent | d617a3015dbc00da9fbef6914da8f119ad84ef89 [diff] |
Refactor some code in SampleProfile.cpp I'm adding new functionality in the sample profiler. This will require more data to be kept around for each function, so I moved the structure SampleProfile that we keep for each function into a separate class. There are no functional changes in this patch. It simply provides a new home where to place all the new data that I need to propagate weights through edges. There are some other name and minor edits throughout. llvm-svn: 195780