llvm::hasUnrollTransformation

Get the unroll transformation mode for L.

Synopsis

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

TransformationMode
hasUnrollTransformation(Loop const* L);

Return Value

The unroll transformation mode for L.

Parameters

NameDescription
LThe loop to query.