Searched refs:LiveDebugVariables (Results 1 – 12 of 12) sorted by relevance
32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {38 LiveDebugVariables();39 ~LiveDebugVariables() override;
132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
76 char LiveDebugVariables::ID = 0;78 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,82 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()85 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()92 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables532 LiveDebugVariables &pass;636 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()1300 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()1317 void LiveDebugVariables::releaseMemory() { in releaseMemory()1322 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
191 LiveDebugVariables *DebugVars;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 = getAnalysisIfAvailable<LiveDebugVariables>(); in runOnMachineFunction()
47 class LiveDebugVariables; variable182 LiveDebugVariables *DebugVars;
85 LiveDebugVariables.cpp
152 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)207 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()208 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()2629 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
68 LiveDebugVariables.cpp \
85 "LiveDebugVariables.cpp",
68 maintenance during regalloc (i.e. `LiveDebugVariables`). Debug instructions are
800 LiveDebugVariables pass extracts variable locations from a MIR function and807 the undefined location. The LiveDebugVariables may insert redundant DBG_VALUEs
5781 llvm/lib/CodeGen/LiveDebugVariables.h