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


Insruction Iterators

FOREACH_INS(i)
iterate (forward) over all INSs
FOREACH_BBL_INS(f,b)
iterate (forward) over all INSs i in a given BBL b
FOREACH_BBL_INS_R(f,b)
iterate (backwards) over all INSs i in a given BBL b


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