mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
1906ef7bf0
differentiate between indirect references to functions an direct calls. This doesn't do a whole lot yet other than change the print out produced by the analysis, but it lays the groundwork for a very major change I'm working on next: teaching the call graph to actually be a call graph, modeling *both* the indirect reference graph and the call graph simultaneously. More details on that in the next patch though. The rest of this is essentially a bunch of over-engineering that won't be interesting until the next patch. But this also isolates essentially all of the churn necessary to introduce the edge abstraction from the very important behavior change necessary in order to separately model the two graphs. So it should make review of the subsequent patch a bit easier at the cost of making this patch seem poorly motivated. ;] Differential Revision: http://reviews.llvm.org/D16038 llvm-svn: 259463 |
||
---|---|---|
.. | ||
AliasAnalysisTest.cpp | ||
CallGraphTest.cpp | ||
CFGTest.cpp | ||
CMakeLists.txt | ||
LazyCallGraphTest.cpp | ||
MixedTBAATest.cpp | ||
ScalarEvolutionTest.cpp | ||
ValueTrackingTest.cpp |