Home
last modified time | relevance | path

Searched refs:maybe_optimize_method_call (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c3540 maybe_optimize_method_call(struct compiler *c, expr_ty e) in maybe_optimize_method_call() function
3572 if (maybe_optimize_method_call(c, e) > 0) in compiler_call()