Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp66 class LiveDebugValues : public MachineFunctionPass { class
70 LiveDebugValues();
71 ~LiveDebugValues() = default;
89 char LiveDebugValues::ID = 0;
91 char &llvm::LiveDebugValuesID = LiveDebugValues::ID;
93 INITIALIZE_PASS(LiveDebugValues, DEBUG_TYPE, "Live DEBUG_VALUE analysis", false,
97 LiveDebugValues::LiveDebugValues() : MachineFunctionPass(ID) { in LiveDebugValues() function in LiveDebugValues
104 bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DInstrRefBasedImpl.h24 #include "LiveDebugValues.h"
31 namespace LiveDebugValues {
211 } // End namespace LiveDebugValues
214 using namespace LiveDebugValues;
242 namespace LiveDebugValues {
555 #define DEBUG_TYPE "LiveDebugValues"
1183 /// Number of the current block LiveDebugValues is stepping through.
1186 /// Number of the current instruction LiveDebugValues is evaluating.
1535 } // namespace LiveDebugValues
176 using namespace LiveDebugValues; global() variable
H A DInstrRefBasedImpl.cpp10 /// This is a separate implementation of LiveDebugValues, see
11 /// LiveDebugValues.cpp and VarLocBasedImpl.cpp for more information.
129 #include "LiveDebugValues.h"
133 using namespace LiveDebugValues;
142 cl::desc("Act like old LiveDebugValues did"),
162 /// variable locations (the output of LiveDebugValues), recorded as DBG_VALUEs
1032 // from affectings its values. (LiveDebugValues disbelieves calls and in MLocTracker()
1652 // tracker about it. The rest of this LiveDebugValues implementation acts in transferDebugInstrRef()
2157 // Ignore identity copies. Yep, these make it as far as LiveDebugValues. in transferRegisterCopy()
3071 // VarLoc LiveDebugValues track in getBlocksForScope()
[all...]
/freebsd-src/lib/clang/libllvm/
H A DMakefile303 SRCS_MIN+= CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
304 SRCS_MIN+= CodeGen/LiveDebugValues/LiveDebugValues.cpp
305 SRCS_MIN+= CodeGen/LiveDebugValues/VarLocBasedImpl.cpp