Lines Matching refs:LiveDebugVariables
56 char LiveDebugVariables::ID = 0;
58 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
62 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars", in INITIALIZE_PASS_DEPENDENCY()
65 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
72 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) { in LiveDebugVariables() function in LiveDebugVariables
282 LiveDebugVariables &pass;
330 LDVImpl(LiveDebugVariables *ps) in LDVImpl()
752 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
764 void LiveDebugVariables::releaseMemory() { in releaseMemory()
769 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
907 void LiveDebugVariables::
1033 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
1038 bool LiveDebugVariables::doInitialization(Module &M) { in doInitialization()
1043 LLVM_DUMP_METHOD void LiveDebugVariables::dump() { in dump()