Searched refs:LiveDebugVariables (Results 1 – 9 of 9) sorted by relevance
32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {38 LiveDebugVariables();39 ~LiveDebugVariables() override;
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;610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()1243 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()1255 void LiveDebugVariables::releaseMemory() { in releaseMemory()1260 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()[all …]
136 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument184 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()185 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
225 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()237 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()266 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
53 LiveDebugVariables.cpp
169 LiveDebugVariables *DebugVars;603 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)652 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()653 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()3337 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
63 LiveDebugVariables.cpp \
75 "LiveDebugVariables.cpp",
766 LiveDebugVariables pass extracts variable locations from a MIR function and