Lines Matching refs:LiveDebugVariables
77 char LiveDebugVariables::ID = 0;
79 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
83 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
86 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
93 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
533 LiveDebugVariables &pass;
637 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1301 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1318 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1323 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
1505 void LiveDebugVariables::
1961 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
1967 LLVM_DUMP_METHOD void LiveDebugVariables::dump() const { in dump()