Home
last modified time | relevance | path

Searched defs:guard_match_regs (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.erl496 guard_match_regs([{I,gbreakvar}|Rs], [#k_var{name=V}|Vs]) -> function
498 guard_match_regs([R|Rs], Vs) -> function
500 guard_match_regs([], []) -> []. function