LLVM 22.0.0git
|
This file contains helper functions to find and list registers that are tracked by the unwinding information checker. More...
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Functions | |
bool | llvm::isSuperReg (const MCRegisterInfo *MCRI, MCPhysReg Reg) |
This analysis only keeps track and cares about super registers, not the subregisters. | |
SmallVector< MCPhysReg > | llvm::getSuperRegs (const MCRegisterInfo *MCRI) |
SmallVector< MCPhysReg > | llvm::getTrackingRegs (const MCRegisterInfo *MCRI) |
MCPhysReg | llvm::getSuperReg (const MCRegisterInfo *MCRI, MCPhysReg Reg) |
This file contains helper functions to find and list registers that are tracked by the unwinding information checker.
Definition in file Registers.h.