Home
last modified time | relevance | path

Searched refs:LiveDebugValues (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp39 class LiveDebugValues : public MachineFunctionPass { class
43 LiveDebugValues();
44 ~LiveDebugValues() { in ~LiveDebugValues()
67 char LiveDebugValues::ID = 0;
69 char &llvm::LiveDebugValuesID = LiveDebugValues::ID;
71 INITIALIZE_PASS(LiveDebugValues, DEBUG_TYPE, "Live DEBUG_VALUE analysis", false,
75 LiveDebugValues::LiveDebugValues() : MachineFunctionPass(ID) { in LiveDebugValues() function in LiveDebugValues
80 bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCMakeLists.txt193 LiveDebugValues/LiveDebugValues.cpp
194 LiveDebugValues/VarLocBasedImpl.cpp
195 LiveDebugValues/InstrRefBasedImpl.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn72 "LiveDebugValues/InstrRefBasedImpl.cpp",
73 "LiveDebugValues/LiveDebugValues.cpp",
74 "LiveDebugValues/VarLocBasedImpl.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile8 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/LiveDebugValues
62 LiveDebugValues.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst775 LiveDebugValues expansion of variable locations
779 LiveDebugValues pass runs to achieve two aims:
842 Instead, LiveDebugValues determines variable locations when control
848 Once LiveDebugValues has run, every block should have all valid variable
H A DLangRef.rst5534 The operation is introduced by the ``LiveDebugValues`` pass, which
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormattedStatus.rst3992 * - llvm/lib/CodeGen/LiveDebugValues