Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h32 class LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
181 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
182 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()
86 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { 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()
1301 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1318 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1323 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[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 DStackSlotColoring.cpp163 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DRegAllocGreedy.cpp157 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
210 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
211 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2735 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchDeadRegisterDefinitions.cpp42 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVDeadRegisterDefinitions.cpp42 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DRISCVInsertVSETVLI.cpp893 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
/freebsd/lib/clang/libllvm/
H A DMakefile319 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp