Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_jump.erl160 Is = eliminate_fallthroughs(Is0, []),
214 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
218 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
220 eliminate_fallthroughs(Is, [Lbl|Acc])
222 eliminate_fallthroughs([I|Is], Acc) -> function
223 eliminate_fallthroughs(Is, [I|Acc]);
224 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_jump.erl272 Is1 = eliminate_fallthroughs(Is0, []),
359 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
363 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
365 eliminate_fallthroughs(Is, [Lbl|Acc])
367 eliminate_fallthroughs([I|Is], Acc) -> function
368 eliminate_fallthroughs(Is, [I|Acc]);
369 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_jump.erl327 Is1 = eliminate_fallthroughs(Is0, []),
488 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
492 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
494 eliminate_fallthroughs(Is, [Lbl|Acc])
496 eliminate_fallthroughs([I|Is], Acc) -> function
497 eliminate_fallthroughs(Is, [I|Acc]);
498 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_jump.erl326 Is1 = eliminate_fallthroughs(Is0, []),
521 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
525 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
527 eliminate_fallthroughs(Is, [Lbl|Acc])
529 eliminate_fallthroughs([I|Is], Acc) -> function
530 eliminate_fallthroughs(Is, [I|Acc]);
531 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_jump.erl326 Is1 = eliminate_fallthroughs(Is0, []),
521 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
525 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
527 eliminate_fallthroughs(Is, [Lbl|Acc])
529 eliminate_fallthroughs([I|Is], Acc) -> function
530 eliminate_fallthroughs(Is, [I|Acc]);
531 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_jump.erl326 Is1 = eliminate_fallthroughs(Is0, []),
521 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
525 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
527 eliminate_fallthroughs(Is, [Lbl|Acc])
529 eliminate_fallthroughs([I|Is], Acc) -> function
530 eliminate_fallthroughs(Is, [I|Acc]);
531 eliminate_fallthroughs([], Acc) -> Acc. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_jump.erl326 Is1 = eliminate_fallthroughs(Is0, []),
521 eliminate_fallthroughs([{label,L}=Lbl|Is], [I|_]=Acc) -> function
525 eliminate_fallthroughs(Is, [Lbl,{jump,{f,L}}|Acc]);
527 eliminate_fallthroughs(Is, [Lbl|Acc])
529 eliminate_fallthroughs([I|Is], Acc) -> function
530 eliminate_fallthroughs(Is, [I|Acc]);
531 eliminate_fallthroughs([], Acc) -> Acc. function