llvm::UpwardDefsElem

Pair of a memory access and the location being queried while walking up.

Synopsis

Declared in <llvm/Analysis/MemorySSA.h>

struct UpwardDefsElem;

Data Members

NameDescription
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.

Non-Member Functions

NameDescription
upward_defsReturn a range walking upward defs from Pair with phi translation.
upward_defs_beginReturn the begin iterator for an upward defs walk of Pair.