Lines Matching defs:callee
87 Node* callee = NodeProperties::GetValueInput(call, 0);
91 if (callee->opcode() != reloc_opcode) {
96 auto info = OpParameter<RelocatablePtrConstantInfo>(callee->op());
172 // node. This is more specific than the callee's formal signature and might
252 /* Rewire callee formal parameters to the call-site real parameters. Rewire
253 * effect and control dependencies of callee's start node with the respective
264 // Index 0 is the callee node.
367 // 2) Handle all graph terminators for the callee.
383 // A tail call in the callee inlined in a regular call in the caller has
522 // The callee can never return. The call node and all its uses are dead.