MCPcopy 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
8func (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

executeMethod · 0.95

Calls 2

insertPhiMovesMethod · 0.95
AppendMethod · 0.45

Tested by

no test coverage detected