LLVM API Documentation
#include "llvm/CodeGen/Passes.h"#include "AllocationOrder.h"#include "LiveDebugVariables.h"#include "RegAllocBase.h"#include "Spiller.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/CodeGen/CalcSpillWeights.h"#include "llvm/CodeGen/LiveIntervalAnalysis.h"#include "llvm/CodeGen/LiveRangeEdit.h"#include "llvm/CodeGen/LiveRegMatrix.h"#include "llvm/CodeGen/LiveStackAnalysis.h"#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/RegAllocRegistry.h"#include "llvm/CodeGen/VirtRegMap.h"#include "llvm/PassAnalysisSupport.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetRegisterInfo.h"#include <cstdlib>#include <queue>
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "regalloc" |
Variables | |
| static RegisterRegAlloc | basicRegAlloc ("basic","basic register allocator", createBasicRegisterAllocator) |
| #define DEBUG_TYPE "regalloc" |
Definition at line 43 of file RegAllocBasic.cpp.
RegisterRegAlloc basicRegAlloc("basic","basic register allocator", createBasicRegisterAllocator) [static] |