Go to the first, previous, next, last section, table of contents.
The method annotate_doalls
appends
a doall
annotation to the corresponding tree_for
node.
It uses the boolean doall array in the loop_transform
class
to determine whether or not a loop is a doall. See section Loop Transformations.
The methods unimodular_transform
and tiling_transform
will also generate the doall annotations, if the the boolean doall array is
present.
The tiling_transform
method generates two additional annotations:
tiled, tiled-c
tiled
annotation is used for non-coalesced regions. If the region
is coalesced then the annotation's name is changed to tiled-c
.
fp-inner
Go to the first, previous, next, last section, table of contents.