Skip to content

SageInterface::loopInterchange

Interchange/permutate a n‐level perfectly‐nested loop rooted at 'loop' using a lexicographical order number within (0,depth!).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
loopInterchange(
    SgForStatement* loop,
    size_t depth,
    size_t lexicoOrder);

Parameters

Name

Description

loop

This class represents the concept of a for loop.

Created with MrDocs