|
LLVM
8.0.1
|
#include "llvm/CodeGen/VirtRegMap.h"#include "LiveDebugVariables.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/LiveInterval.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/LiveStacks.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetOpcodes.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/Config/llvm-config.h"#include "llvm/MC/LaneBitmask.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <iterator>#include <utility>
Go to the source code of this file.
Macros | |
| #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 50 of file VirtRegMap.cpp.
| INITIALIZE_PASS_BEGIN | ( | VirtRegRewriter | , |
| "virtregrewriter" | , | ||
| "Virtual Register Rewriter" | , | ||
| false | , | ||
| false | |||
| ) |
| STATISTIC | ( | NumSpillSlots | , |
| "Number of spill slots allocated" | |||
| ) |
| STATISTIC | ( | NumIdCopies | , |
| "Number of identity moves eliminated after rewriting" | |||
| ) |
| Virtual Register false |
Definition at line 222 of file VirtRegMap.cpp.
| Virtual Register Rewriter |
Definition at line 222 of file VirtRegMap.cpp.
Referenced by canFoldIVIncExpr(), ConvertToSInt(), llvm::StackSafetyInfo::FunctionInfo::FunctionInfo(), llvm::IVVisitor::getDomTree(), GetLoopInvariantInsertPosition(), getTypePartition(), llvm::ScalarEvolution::getWrapPredicate(), insertPHI(), isAlwaysFoldable(), mayUsePostIncMode(), PushDefUseChildren(), ReduceLoopStrength(), llvm::SCEVParameterRewriter::rewrite(), llvm::SCEVLoopAddRecRewriter::rewrite(), and llvm::simplifyLoopIVs().
| virtregrewriter |
Definition at line 222 of file VirtRegMap.cpp.
1.8.13