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:104
Enumerators
Name | Value | Comment |
---|---|---|
NonLocal | 1 | This marker indicates that the query has no dependency in the specified block.To find out more, the client should query other predecessor blocks. |
NonFuncLocal | 2 | This marker indicates that the query has no dependency in the specified function. |
Unknown | 3 | This marker indicates that the query dependency is unknown. |