Home
last modified time | relevance | path

Searched refs:fix_block_1 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_except.erl138 reverse(fix_block_1(Is, Words)).
140 fix_block_1([{set,[],[],{alloc,Live,{F1,F2,Needed0,F3}}}|Is], Words) -> function
144 fix_block_1([I|Is], Words) -> function
145 [I|fix_block_1(Is, Words)].
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_except.erl132 reverse(fix_block_1(Is, Words)).
134 fix_block_1([{set,[],[],{alloc,Live,{F1,F2,Needed0,F3}}}|Is], Words) function
143 fix_block_1([I|Is], Words) -> function
144 [I|fix_block_1(Is, Words)];
145 fix_block_1([], _Words) -> function