Searched refs:LiveDebugVariables (Results 1 – 7 of 7) sorted by relevance
32 class LiveDebugVariables : public MachineFunctionPass {37 LiveDebugVariables();38 ~LiveDebugVariables();
51 char LiveDebugVariables::ID = 0;53 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",57 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars", in INITIALIZE_PASS_DEPENDENCY()60 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()67 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) { in LiveDebugVariables() function in LiveDebugVariables281 LiveDebugVariables &pass;323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()682 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()690 void LiveDebugVariables::releaseMemory() { in releaseMemory()695 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
151 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()152 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()343 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
29 LiveDebugVariables.cpp
30 LiveDebugVariables.cpp \
81 LiveDebugVariables *DebugVars;341 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()342 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()1675 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
88 LiveDebugVariables *LDV;201 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)369 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()370 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()1803 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()