SageInterface::loopTiling
Tile the nālevel (starting from 1) loop of a perfectly nested loop nest using tiling size s
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
loopTiling(
SgForStatement* loopNest,
size_t targetLevel,
size_t tileSize);
Parameters
Name |
Description |
loopNest |
This class represents the concept of a for loop. |
Created with MrDocs