Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveDebugVariables

1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
23 #include "LiveDebugVariables.h"
51 char LiveDebugVariables::ID = 0;
53 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
57 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
60 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
67 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) {
276 /// LDVImpl - Implementation of the LiveDebugVariables pass.
279 LiveDebugVariables &pass;
327 LDVImpl(LiveDebugVariables *ps) : pass(*ps), EmitDone(false),
709 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) {
717 void LiveDebugVariables::releaseMemory() {
722 LiveDebugVariables::~LiveDebugVariables() {
858 void LiveDebugVariables::
981 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) {
988 void LiveDebugVariables::dump() {