Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akyoto/q
/ executeJump
Method
executeJump
src/codegen/executeJump.go:8–11 ·
view source on GitHub ↗
(step *Step, instr *ssa.Jump)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
(f *Function) executeJump(step *Step, instr *ssa.Jump) {
9
f.insertPhiMoves(step)
10
f.Assembler.Append(&asm.Jump{Label: instr.To.Label})
11
}
Callers
1
execute
Method · 0.95
Calls
2
insertPhiMoves
Method · 0.95
Append
Method · 0.45
Tested by
no test coverage detected