Home
last modified time | relevance | path

Searched defs:btb_follow_branches (Results 1 – 1 of 1) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_bsm.erl435 btb_follow_branches([{f,Lbl}|T], Regs, D0) -> function
438 btb_follow_branches([_|T], Regs, D) -> function
440 btb_follow_branches([], _, D) -> D. function