Returns list of callee saved registers. The function returns the updated CSR list (after taking into account registers that are disabled from the CSR list).

Synopsis

Declared in <llvm/CodeGen/MachineRegisterInfo.h>

MCPhysReg const*
getCalleeSavedRegs() const;

Return Value

Pointer to the null‐terminated list of callee‐saved registers.

Created with MrDocs