Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
39 LiveDebugVariables();
40 ~LiveDebugVariables() override;
H A DLiveDebugVariables.cpp75 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 LiveDebugVariables
344 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 …]
H A DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
180 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
181 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DVirtRegMap.cpp219 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()
230 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()
259 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
H A DRegAllocGreedy.cpp175 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()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile232 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp