Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp136 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
186 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
187 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DLiveDebugVariables.cpp79 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 LiveDebugVariables
535 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 …]
H A DVirtRegMap.cpp191 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()
H A DRegAllocGreedy.cpp169 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()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile277 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp