Displaying 1 result from an estimated 1 matches for "989335".
Did you mean:
989330
2002 Dec 01
2
[LLVMdev] Shouldn't need a "Module Graph"
The way we are doing it, per Vikram's recommendation, is to provide a
mapping between the callers nodes and the callees nodes at the time of the
call. Given that the only way they can communicate is through the
parameters, globals, and return node, this is fairly easy. You must take
into account that the DSGraphs may be different shapes though.
Dave