Home
last modified time | relevance | path

Searched defs:vdb_update_vars (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.erl2766 vdb_update_vars([V|_]=Vs, [{V1,_,_}=Vd|Vdb], I) when V > V1 -> function
2768 vdb_update_vars([V|Vs], [{V1,_,_}|_]=Vdb, I) when V < V1 -> function
2771 vdb_update_vars([V|Vs], [{_,F,L}=Vd|Vdb], I) -> function
2777 vdb_update_vars([V|Vs], [], I) -> function
2780 vdb_update_vars([], Vdb, _) -> Vdb. function