llvm::hasUnrollAndJamTransformation

Get the unroll-and-jam transformation mode for L.

Synopsis

Declared in <llvm/Transforms/Utils/LoopUtils.h>

TransformationMode
hasUnrollAndJamTransformation(Loop const* L);

Return Value

The unroll-and-jam transformation mode for L.

Parameters

NameDescription
LThe loop to query.