enum MemDepResult::OtherType

Description

If DepType is "Other", the upper part of the sum type is an encoding of the following more detailed type information.

Declared at: llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h:93

Enumerators

NameValueComment
NonLocal1This marker indicates that the query has no dependency in the specified block.To find out more, the client should query other predecessor blocks.
NonFuncLocal2This marker indicates that the query has no dependency in the specified function.
Unknown3This marker indicates that the query dependency is unknown.