Lines Matching refs:LiveDebugVariables
76 char LiveDebugVariables::ID = 0;
78 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
82 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
85 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
92 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
532 LiveDebugVariables &pass;
610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1243 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1255 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1260 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
1399 void LiveDebugVariables::
1751 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
1757 LLVM_DUMP_METHOD void LiveDebugVariables::dump() const { in dump()