Searched refs:LiveDebugVariables (Results 1 – 6 of 6) sorted by relevance
33 class LiveDebugVariables : public MachineFunctionPass {38 LiveDebugVariables();39 ~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;329 LDVImpl(LiveDebugVariables *ps) : pass(*ps), EmitDone(false), in LDVImpl()712 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()720 void LiveDebugVariables::releaseMemory() { in releaseMemory()725 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
182 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)195 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()226 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
143 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()144 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
80 LiveDebugVariables *DebugVars;337 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()338 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()1839 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
37 LiveDebugVariables.cpp \