|
LLVM 22.0.0git
|
#include "llvm/CodeGen/LivePhysRegs.h"#include "llvm/CodeGen/LiveRegUnits.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstrBundle.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static void | addCalleeSavedRegs (LivePhysRegs &LiveRegs, const MachineFunction &MF) |
Adds all callee saved registers to LiveRegs. | |
|
static |
Adds all callee saved registers to LiveRegs.
Definition at line 185 of file LivePhysRegs.cpp.
References llvm::MachineFunction::getRegInfo(), and MRI.
Referenced by llvm::LiveRegUnits::addLiveOuts().