llvm::hasDistributeTransformation

Get the distribute transformation mode for L.

Synopsis

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

TransformationMode
hasDistributeTransformation(Loop const* L);

Return Value

The distribute transformation mode for L.

Parameters

NameDescription
LThe loop to query.