Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
H A 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;
610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1243 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1255 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1260 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
H A DRegAllocBasic.cpp136 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
184 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
185 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DVirtRegMap.cpp225 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()
237 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()
266 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
H A DCMakeLists.txt53 LiveDebugVariables.cpp
H A DRegAllocGreedy.cpp169 LiveDebugVariables *DebugVars;
603 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
652 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
653 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
3337 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile63 LiveDebugVariables.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn75 "LiveDebugVariables.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst766 LiveDebugVariables pass extracts variable locations from a MIR function and