inSameSDLoops ‐ Returns true if this level is an SameSD level, i.e., performed across two separate loop nests that have the Same Iteration and Depth.

Synopsis

Declared in <llvm/Analysis/DependenceAnalysis.h>

virtual
bool
inSameSDLoops(unsigned int Level) const override;

Return Value

True if Level is a SameSD level.

Parameters

Name

Description

Level

Loop nesting level to query (1‐based).

Created with MrDocs