Lines Matching refs:LiveDebugVariables
79 char LiveDebugVariables::ID = 0;
81 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
85 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
88 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
95 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
535 LiveDebugVariables &pass;
639 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1307 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1329 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1334 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
1516 void LiveDebugVariables::
1933 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
1939 LLVM_DUMP_METHOD void LiveDebugVariables::dump() const { in dump()