Home | History | Annotate | Download | only in IPO

Lines Matching full:thunk

1102   /// be converted into a thunk. In either case, it should never be visited
1106 /// Replace G with a thunk or an alias to F. Deletes G.
1269 // Replace G with an alias to F if possible, or else a thunk to F. Deletes G.
1319 // stop here and delete G. There's no need for a thunk.
1434 // Never thunk a strong function to a weak function.