Home
last modified time | relevance | path

Searched refs:LiveDebugVariables (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
H A DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DLiveDebugVariables.cpp77 char LiveDebugVariables::ID = 0;
79 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
83 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
93 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
533 LiveDebugVariables &pass;
637 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1318 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1323 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
1505 void LiveDebugVariables::
1961 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
[all …]
H A DVirtRegMap.cpp191 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()
H A DRegAllocGreedy.h45 class LiveDebugVariables; variable
180 LiveDebugVariables *DebugVars = nullptr;
H A DRegAllocGreedy.cpp157 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
212 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
213 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2737 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile307 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp