EDG_TYPE_INVALID |
illegal type, |
EDG_TYPE_RETURN |
return edge (not used) |
EDG_TYPE_CALL |
call edge (callsite -> callee) |
EDG_TYPE_LINK |
link edge (callsite->returnsite) |
EDG_TYPE_COMP |
compensation edge (not used) |
EDG_TYPE_FALSE |
generic fall through edge (predicated) |
EDG_TYPE_BRANCH |
branch edge |
EDG_TYPE_SWITCH |
switch edge |
EDG_TYPE_PREFETCH |
prefetch edge |
EDG_TYPE_EXCEPTION |
EH edge (callsite -> landing pad ). |
EDG_TYPE_NORMAL |
fall through edge (not predicated) |
EDG_TYPE_INDIRECT |
indirect branch (hash lookup -> stub) |