LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
RegisterScavenging.cpp File Reference
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for RegisterScavenging.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "reg-scavenging"
 

Functions

static unsigned getFrameIndexOperandNum (MachineInstr *MI)
 

Macro Definition Documentation

#define DEBUG_TYPE   "reg-scavenging"

Definition at line 17 of file RegisterScavenging.cpp.

Function Documentation

static unsigned getFrameIndexOperandNum ( MachineInstr MI)
static