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

Synopsis

Declared in <llvm/Analysis/MemorySSA.h>

struct UpwardDefsElem;

Data Members

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.

Non-Member Functions

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.

Created with MrDocs