Searched refs:LiveDebugVariables (Results 1 – 11 of 11) sorted by relevance
32 class LiveDebugVariables : public MachineFunctionPass {38 LiveDebugVariables();39 ~LiveDebugVariables() override;
132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument181 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()182 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
77 char LiveDebugVariables::ID = 0;79 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,83 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()86 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()93 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables533 LiveDebugVariables &pass;637 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()1301 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()1318 void LiveDebugVariables::releaseMemory() { in releaseMemory()1323 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
191 LiveDebugVariables *DebugVars = nullptr;233 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()245 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()251 AU.addPreserved<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()264 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
45 class LiveDebugVariables; variable180 LiveDebugVariables *DebugVars = nullptr;
163 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
157 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)210 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()211 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()2735 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
42 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
893 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
319 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp