Struct RegisterUsage

Struct Documentation

struct RegisterUsage

Represents the usage of a register and the offsets relative to it that are used.

Public Members

Register reg

The register being used.

std::vector<int64_t> used_offsets

A vector of offsets relative to the register that are used.