LLVM API Documentation

Defines | Functions
CalcSpillWeights.cpp File Reference
#include "llvm/CodeGen/CalcSpillWeights.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for CalcSpillWeights.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "calcspillweights"

Functions

static unsigned copyHint (const MachineInstr *mi, unsigned reg, const TargetRegisterInfo &tri, const MachineRegisterInfo &mri)
static bool isRematerializable (const LiveInterval &LI, const LiveIntervals &LIS, const TargetInstrInfo &TII)

Define Documentation

#define DEBUG_TYPE   "calcspillweights"

Definition at line 24 of file CalcSpillWeights.cpp.


Function Documentation

static unsigned copyHint ( const MachineInstr mi,
unsigned  reg,
const TargetRegisterInfo tri,
const MachineRegisterInfo mri 
) [static]
static bool isRematerializable ( const LiveInterval LI,
const LiveIntervals LIS,
const TargetInstrInfo TII 
) [static]