mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Add a new method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f0cad17ca
commit
3a826203c7
@ -375,6 +375,15 @@ public:
|
||||
ReturnNodesTy &OldReturnNodes, NodeMapTy &OldNodeMap,
|
||||
unsigned CloneFlags = 0);
|
||||
|
||||
/// getFunctionArgumentsForCall - Given a function that is currently in this
|
||||
/// graph, return the DSNodeHandles that correspond to the pointer-compatible
|
||||
/// function arguments. The vector is filled in with the return value (or
|
||||
/// null if it is not pointer compatible), followed by all of the
|
||||
/// pointer-compatible arguments.
|
||||
void getFunctionArgumentsForCall(Function *F,
|
||||
std::vector<DSNodeHandle> &Args) const;
|
||||
|
||||
|
||||
/// mergeInGraph - The method is used for merging graphs together. If the
|
||||
/// argument graph is not *this, it makes a clone of the specified graph, then
|
||||
/// merges the nodes specified in the call site with the formal arguments in
|
||||
|
Loading…
x
Reference in New Issue
Block a user