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


Basic Block Iterators

FOREACH_BBL(i)
iterate (forward) over all BBLs
FOREACH_FUN_BBL(f,b)
iterate (forward) over all BBLs b in a given FUN f
FOREACH_FUN_BBL_R(f,b)
iterate (backwards) over all BBLs b in a given FUN f


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