Home
last modified time | relevance | path

Searched refs:gen_phis (Results 1 – 6 of 6) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1330 Phis = gen_phis(Vars, Pairs),
1361 gen_phis([V|Vs], Preds0) -> function
1364 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1365 gen_phis([], _) -> []. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1254 case gen_phis(Vars, Pairs) of
1268 gen_phis([V|Vs], Preds0) -> function
1270 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1271 gen_phis([], _) -> []. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1332 Phis = gen_phis(Vars, Pairs),
1363 gen_phis([V|Vs], Preds0) -> function
1366 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1367 gen_phis([], _) -> []. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1332 Phis = gen_phis(Vars, Pairs),
1363 gen_phis([V|Vs], Preds0) -> function
1366 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1367 gen_phis([], _) -> []. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1332 Phis = gen_phis(Vars, Pairs),
1363 gen_phis([V|Vs], Preds0) -> function
1366 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1367 gen_phis([], _) -> []. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1332 Phis = gen_phis(Vars, Pairs),
1363 gen_phis([V|Vs], Preds0) -> function
1366 [#b_set{op=phi,dst=V,args=Pairs}|gen_phis(Vs, Preds)];
1367 gen_phis([], _) -> []. function