Home | History | Annotate | Download | only in Scalar

Lines Matching full:callee

1082   // The common case is that we aren't tracking the callee, either because we
1083 // are not doing interprocedural analysis or the callee is indirect, or is
1087 // Void return and not tracking callee, just bail.
1124 // Propagate information from this call site into the callee.
1149 goto CallOverdefined; // Not tracking this callee.
1151 // If we are tracking this callee, propagate the result of the function
1159 goto CallOverdefined; // Not tracking this callee.
1161 // If so, propagate the return value of the callee into this call result.