Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl555 {Gis,St1} = guard_cg(G, Fail, St0),
566 guard_cg(#k_try{arg=Ts,vars=[],body=#k_break{args=[]}, function
574 {Tis,St2} = guard_cg(Ts, Fail, St1#cg{bfail=Fail,break=Next}),
577 guard_cg(#k_test{op=Test0,args=As}, Fail, St0) -> function
580 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
581 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
582 {BodyIs,St} = guard_cg(Body, Fail, St1),
584 guard_cg(G, _Fail, St) -> function
858 {ProtIs,St9} = guard_cg(Ta, H, St7#cg{break=B,bfail=H}),
871 {ProtIs,St10} = guard_cg(Ta, H, St9#cg{break=B,bfail=H}),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl551 {Gis,St1} = guard_cg(G, Fail, St0),
562 guard_cg(#k_try{arg=Ts,vars=[],body=#k_break{args=[]}, function
570 {Tis,St2} = guard_cg(Ts, Fail, St1#cg{bfail=Fail,break=Next}),
573 guard_cg(#k_test{op=Test0,args=As}, Fail, St0) -> function
576 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
577 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
578 {BodyIs,St} = guard_cg(Body, Fail, St1),
580 guard_cg(G, _Fail, St) -> function
852 {ProtIs,St9} = guard_cg(Ta, H, St7#cg{break=B,bfail=H}),
865 {ProtIs,St10} = guard_cg(Ta, H, St9#cg{break=B,bfail=H}),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl551 {Gis,St1} = guard_cg(G, Fail, St0),
562 guard_cg(#k_try{arg=Ts,vars=[],body=#k_break{args=[]}, function
570 {Tis,St2} = guard_cg(Ts, Fail, St1#cg{bfail=Fail,break=Next}),
573 guard_cg(#k_test{op=Test0,args=As}, Fail, St0) -> function
576 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
577 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
578 {BodyIs,St} = guard_cg(Body, Fail, St1),
580 guard_cg(G, _Fail, St) -> function
852 {ProtIs,St9} = guard_cg(Ta, H, St7#cg{break=B,bfail=H}),
865 {ProtIs,St10} = guard_cg(Ta, H, St9#cg{break=B,bfail=H}),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl551 {Gis,St1} = guard_cg(G, Fail, St0),
562 guard_cg(#k_try{arg=Ts,vars=[],body=#k_break{args=[]}, function
570 {Tis,St2} = guard_cg(Ts, Fail, St1#cg{bfail=Fail,break=Next}),
573 guard_cg(#k_test{op=Test0,args=As}, Fail, St0) -> function
576 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
577 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
578 {BodyIs,St} = guard_cg(Body, Fail, St1),
580 guard_cg(G, _Fail, St) -> function
852 {ProtIs,St9} = guard_cg(Ta, H, St7#cg{break=B,bfail=H}),
865 {ProtIs,St10} = guard_cg(Ta, H, St9#cg{break=B,bfail=H}),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl551 {Gis,St1} = guard_cg(G, Fail, St0),
562 guard_cg(#k_try{arg=Ts,vars=[],body=#k_break{args=[]}, function
570 {Tis,St2} = guard_cg(Ts, Fail, St1#cg{bfail=Fail,break=Next}),
573 guard_cg(#k_test{op=Test0,args=As}, Fail, St0) -> function
576 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
577 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
578 {BodyIs,St} = guard_cg(Body, Fail, St1),
580 guard_cg(G, _Fail, St) -> function
852 {ProtIs,St9} = guard_cg(Ta, H, St7#cg{break=B,bfail=H}),
865 {ProtIs,St10} = guard_cg(Ta, H, St9#cg{break=B,bfail=H}),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl493 {Gis,St1} = guard_cg(G, Fail, St0),
504 guard_cg(#k_protected{arg=Ts,ret=Rs,inner=Inner}, Fail, St) -> function
506 guard_cg(#k_test{op=Test0,args=As,inverted=Inverted}, Fail, St0) -> function
509 guard_cg(#k_seq{arg=Arg,body=Body}, Fail, St0) -> function
510 {ArgIs,St1} = guard_cg(Arg, Fail, St0),
511 {BodyIs,St} = guard_cg(Body, Fail, St1),
513 guard_cg(G, _Fail, St) -> function
571 {Tis,St1} = guard_cg(Ts, Fail, St0#cg{bfail=Fail}),
577 {Tis,St3} = guard_cg(Ts, Pfail, St2#cg{break=Pfail,bfail=Pfail}),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl661 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
673 guard_cg(#l{ke={protected,Ts,Rs},i=I,vdb=Pdb}, Fail, _Vdb, Bef, St) -> function
675 guard_cg(#l{ke={block,Ts},i=I,vdb=Bdb}, Fail, _Vdb, Bef, St) -> function
677 guard_cg(#l{ke={test,Test,As},i=I,vdb=_Tdb}, Fail, Vdb, Bef, St) -> function
679 guard_cg(G, _Fail, Vdb, Bef, St) -> function
759 guard_cg(Ke, Fail, Vdb, Inta, Sta),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl1397 {Gis,Int,St1} = guard_cg(G, Fail, Vdb, Bef, St0),
1409 guard_cg(#k_protected{arg=Ts,ret=Rs,anno=#l{vdb=Pdb}}, Fail, _Vdb, Bef, St) -> function
1411 guard_cg(#k_test{anno=#l{i=I},op=Test0,args=As,inverted=Inverted}, function
1422 guard_cg(G, _Fail, Vdb, Bef, St) -> function
1435 guard_cg(Ke, Fail, Vdb, Inta, Sta),