LLVM API Documentation
#include "LiveIntervalAnalysis.h"
#include "VirtRegMap.h"
#include "llvm/Value.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/SSARegMap.h"
#include "llvm/Target/MRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <cmath>
Include dependency graph for LiveIntervalAnalysis.cpp:
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "liveintervals" |
|
Definition at line 18 of file LiveIntervalAnalysis.cpp. |
|
Referenced by llvm::LiveIntervals::runOnMachineFunction(). |
|
Referenced by llvm::LiveIntervals::addIntervalsForSpills(). |
|
Referenced by llvm::LiveIntervals::runOnMachineFunction(). |
|
Referenced by llvm::LiveIntervals::runOnMachineFunction(). |
|
|
|
Referenced by llvm::LiveIntervals::runOnMachineFunction(). |
|
|