mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Add a useful method.
llvm-svn: 20587
This commit is contained in:
parent
65fc185896
commit
fa7bf4a21e
@ -376,6 +376,10 @@ public:
|
||||
const DSNodeHandle &NH2, NodeMapTy &NodeMap,
|
||||
bool StrictChecking = true);
|
||||
|
||||
/// computeGlobalGraphMapping - Compute the mapping of nodes in the global
|
||||
/// graph to nodes in this graph.
|
||||
void computeGlobalGraphMapping(NodeMapTy &NodeMap);
|
||||
|
||||
|
||||
/// cloneInto - Clone the specified DSGraph into the current graph. The
|
||||
/// translated ScalarMap for the old function is filled into the OldValMap
|
||||
|
Loading…
Reference in New Issue
Block a user