Lines Matching refs:LiveDebugVariables
75 char LiveDebugVariables::ID = 0;
77 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
81 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
84 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
91 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
344 LiveDebugVariables &pass;
395 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
902 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
914 void LiveDebugVariables::releaseMemory() { in releaseMemory()
919 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
1063 void LiveDebugVariables::
1312 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
1317 bool LiveDebugVariables::doInitialization(Module &M) { in doInitialization()
1322 LLVM_DUMP_METHOD void LiveDebugVariables::dump() const { in dump()