Go to the first, previous, next, last section, table of contents.


Edge Iterators

FOREACH_EDG(e)
iterate (forward) over all EDGs
FOREACH_BBL_SUCC(b,e)
iterate (forward) over all EDGs e pointing from BBL b
FOREACH_BBL_PRED(b,e)
iterate (forward) over all EDGs e pointing to BBL b


Go to the first, previous, next, last section, table of contents.