Searched refs:LiveDebugVariables (Results 1 – 8 of 8) 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()699 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()707 void LiveDebugVariables::releaseMemory() { in releaseMemory()712 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
173 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)185 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()214 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
145 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()146 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
30 LiveDebugVariables.cpp
30 LiveDebugVariables.cpp \
78 LiveDebugVariables *LDV;187 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)361 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()362 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()1562 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
80 LiveDebugVariables *DebugVars;331 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()332 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()1763 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()