commit | 07193cc80b71f51a4b7224f68c69f4e881a1dea0 | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Fri May 01 23:41:09 2015 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Fri May 01 23:41:09 2015 +0000 |
tree | 6bb3574250f6e13cb7c31dc76d2f4cb8becdfcf5 | |
parent | 8980e6bc1034e86b0f2f4bba433a91390de8e649 [diff] |
InstrProf: Replace the RegionCounter class with a simpler direct approach This removes the RegionCounter class, which is only used as a helper in teh ComputeRegionCounts stmt visitor. This class is just an extra layer of abstraction that makes the code harder to follow at this point, and removing it makes the logic quite a bit more direct. llvm-svn: 236364