ICALL means the call is done via the function pointer. OCALL is still a
direct call but the callee isn't in current IPA scope.
2014-06-13 3:44 GMT+08:00 daniel tian :
> OK. I figured out what is indirect call and opaque call. Both indirect
> call and opaque call are the PUs that cannot find in A
OK. I figured out what is indirect call and opaque call. Both indirect call
and opaque call are the PUs that cannot find in Aux_Pu_Table.
On Thu, Jun 12, 2014 at 11:51 AM, daniel tian wrote:
> Hi everyone:
> I have a quick question about indirect call and opaque call. There are
> two class
Hi everyone:
I have a quick question about indirect call and opaque call. There are
two class member in the IPA_NODE:
IPA_ICALL_LIST _icall_list; // List of indirect calls from this PU
IPA_ICALL_LIST _ocall_list; // List of opaque calls from this PU
what are these two membe