Searched refs:LiveDebugVariables (Results 1 – 6 of 6) sorted by relevance
33 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {39 LiveDebugVariables();40 ~LiveDebugVariables() override;
75 char LiveDebugVariables::ID = 0;77 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,81 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()91 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables344 LiveDebugVariables &pass;395 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()914 void LiveDebugVariables::releaseMemory() { in releaseMemory()919 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()1063 void LiveDebugVariables::1317 bool LiveDebugVariables::doInitialization(Module &M) { in doInitialization()[all …]
132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument180 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()181 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
219 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()230 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()259 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
175 LiveDebugVariables *DebugVars;562 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)611 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()612 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()3223 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
232 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp