LLVM API Documentation
#include "llvm/CodeGen/VirtRegMap.h"
#include "LiveDebugVariables.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SparseSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/LiveStackAnalysis.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.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 <algorithm>
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "regalloc" |
Functions | |
STATISTIC (NumSpillSlots,"Number of spill slots allocated") | |
STATISTIC (NumIdCopies,"Number of identity moves eliminated after rewriting") | |
INITIALIZE_PASS_BEGIN (VirtRegRewriter,"virtregrewriter","Virtual Register Rewriter", false, false) INITIALIZE_PASS_END(VirtRegRewriter | |
Variables | |
virtregrewriter | |
Virtual Register | Rewriter |
Virtual Register | false |
#define DEBUG_TYPE "regalloc" |
Definition at line 43 of file VirtRegMap.cpp.
INITIALIZE_PASS_BEGIN | ( | VirtRegRewriter | , |
"virtregrewriter" | , | ||
"Virtual Register Rewriter" | , | ||
false | , | ||
false | |||
) |
Definition at line 189 of file VirtRegMap.cpp.
Definition at line 189 of file VirtRegMap.cpp.
Referenced by llvm::SCEVParameterRewriter::rewrite(), and llvm::SCEVApplyRewriter::rewrite().
Definition at line 189 of file VirtRegMap.cpp.