Searched refs:LiveDebugVariables (Results 1 – 6 of 6) sorted by relevance
32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {38 LiveDebugVariables();39 ~LiveDebugVariables() override;
136 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument186 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()187 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
79 char LiveDebugVariables::ID = 0;81 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,85 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()95 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables535 LiveDebugVariables &pass;639 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()1329 void LiveDebugVariables::releaseMemory() { in releaseMemory()1334 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()1516 void LiveDebugVariables::1933 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()[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()
169 LiveDebugVariables *DebugVars;603 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)667 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()668 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()3361 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
277 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp