Lines Matching defs:calls
210 // cases where f() is a small dispatch function that calls the appropriate
213 // to just inline one level in recursive calls. In some cases like tail
414 Node** if_successes, Node** calls,
465 // calls and states directly to the inputs of the ex-phi, ex-effect-phi and
606 // Clone the calls for each branch.
607 // We need to specialize the calls to the correct target, effect, and
632 calls[i] = if_successes[i] =
651 Node** calls, Node** inputs,
655 if (TryReuseDispatch(node, callee, if_successes, calls, inputs,
665 // Create the appropriate control flow to dispatch to the cloned calls.
681 // Clone the calls for each branch.
696 calls[i] = if_successes[i] =
719 Node* calls[kMaxCallPolymorphism + 1];
730 // Create the appropriate control flow to dispatch to the cloned calls.
731 CreateOrReuseDispatch(node, callee, candidate, if_successes, calls, inputs,
739 if_successes[i] = graph()->NewNode(common()->IfSuccess(), calls[i]);
741 graph()->NewNode(common()->IfException(), calls[i], calls[i]);
760 calls[num_calls] = control;
762 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls);
765 num_calls + 1, calls);
775 Node* call = calls[i];