Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DLiveDebugVariables.cpp76 char LiveDebugVariables::ID = 0;
78 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
82 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
85 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
92 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
532 LiveDebugVariables &pass;
636 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1300 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1317 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1322 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
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()
DRegAllocGreedy.h47 class LiveDebugVariables; variable
182 LiveDebugVariables *DebugVars;
DCMakeLists.txt85 LiveDebugVariables.cpp
DRegAllocGreedy.cpp152 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
207 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
208 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2629 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/openbsd/src/gnu/usr.bin/clang/libLLVMCodeGen/
DMakefile68 LiveDebugVariables.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
DBUILD.gn85 "LiveDebugVariables.cpp",
/openbsd/src/gnu/llvm/llvm/docs/
DInstrRefDebugInfo.md68 maintenance during regalloc (i.e. `LiveDebugVariables`). Debug instructions are
DSourceLevelDebugging.rst800 LiveDebugVariables pass extracts variable locations from a MIR function and
807 the undefined location. The LiveDebugVariables may insert redundant DBG_VALUEs
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt5781 llvm/lib/CodeGen/LiveDebugVariables.h