Method GetIncomingLabels
GetIncomingLabels(Instruction?)
Obtain all labels pointing at the given instruction.
public IEnumerable<ILLabel> GetIncomingLabels(Instruction? instr)
Parameters
instr
Instruction- The instruction to get all labels for.
Returns
- IEnumerable<ILLabel>
- All labels targeting the given instruction.