Searched refs:LiveDebugValues (Results 1 – 4 of 4) sorted by relevance
66 class LiveDebugValues : public MachineFunctionPass { class70 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 LiveDebugValues104 bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
24 #include "LiveDebugValues.h"31 namespace LiveDebugValues {211 } // End namespace LiveDebugValues214 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 LiveDebugValues176 using namespace LiveDebugValues; global() variable
10 /// This is a separate implementation of LiveDebugValues, see11 /// 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_VALUEs1032 // 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...]
303 SRCS_MIN+= CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp304 SRCS_MIN+= CodeGen/LiveDebugValues/LiveDebugValues.cpp305 SRCS_MIN+= CodeGen/LiveDebugValues/VarLocBasedImpl.cpp