Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LiveDebugVariables

1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
22 #include "LiveDebugVariables.h"
55 char LiveDebugVariables::ID = 0;
57 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
61 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
64 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
71 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) {
276 /// LDVImpl - Implementation of the LiveDebugVariables pass.
279 LiveDebugVariables &pass;
327 LDVImpl(LiveDebugVariables *ps)
745 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) {
757 void LiveDebugVariables::releaseMemory() {
762 LiveDebugVariables::~LiveDebugVariables() {
900 void LiveDebugVariables::
1026 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) {
1031 bool LiveDebugVariables::doInitialization(Module &M) {
1036 void LiveDebugVariables::dump() {