Home
last modified time | relevance | path

Searched refs:trim_free (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.erl2279 Reg2 = trim_free(Reg1),
2477 trim_free([R|Rs0]) -> function
2478 case {trim_free(Rs0),R} of
2482 trim_free([]) -> []. function