Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl639 case need_stackframe(Es) of
662 need_stackframe([H|T]) -> function
666 #k_bif{} -> need_stackframe(T);
667 #k_put{} -> need_stackframe(T);
668 #k_guard_match{} -> need_stackframe(T);
672 need_stackframe([]) -> false. function