Pair of a memory access and the location being queried while walking up.
Declared in <llvm/Analysis/MemorySSA.h>
struct UpwardDefsElem;
| Name | Description |
|---|---|
Loc | Memory location associated with MA, possibly after phi translation. |
MA | Current memory access in the upward walk. |
MayBeCrossIteration | True if the location may carry a cross-iteration dependence. |
| Name | Description |
|---|---|
upward_defs | Return a range walking upward defs from Pair with phi translation. |
upward_defs_begin | Return the begin iterator for an upward defs walk of Pair. |