For a given flow-control instruction, find the corresponding jump location: If the input is OPCODE_IF, then find the next same-level ELSE or ENDIF +1 For ELSE, find same level ENDIF + 1 For BREAK/BREAKC, find next ENDLOOP or ENDSWITCH + 1 For SWITCH, find next same-level CASE/DEFAULT (skip multiple consecutive case/default labels) or ENDSWITCH + 1 For ENDLOOP, find previous same-level LOOP + 1 For
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected