Return a pseudo source value referencing a fixed stack frame entry, e.g., a spill slot.

Synopsis

Declared in <llvm/CodeGen/PseudoSourceValueManager.h>

PseudoSourceValue const*
getFixedStack(int FI);

Return Value

Special value supplied for machine level alias analysis. It indicates that a memory access references the functions stack frame (e.g., a spill slot), below the stack frame (e.g., argument space), or constant pool.

Created with MrDocs