llvm-6502/lib/Analysis/IPA
Nick Lewycky 9ad1cb59de Add spliceFunction to the CallGraph interface. This allows users to efficiently
update a callGraph when performing the common operation of splicing the body to
a new function and updating all callers (such as via RAUW).

No users yet, though this is intended for DeadArgumentElimination as part of
PR8887.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122728 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-03 03:19:35 +00:00
..
CallGraph.cpp Add spliceFunction to the CallGraph interface. This allows users to efficiently 2011-01-03 03:19:35 +00:00
CallGraphSCCPass.cpp
CMakeLists.txt
FindUsedTypes.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
GlobalsModRef.cpp Move Value::getUnderlyingObject to be a standalone 2010-12-15 20:02:24 +00:00
IPA.cpp
Makefile