Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h35 class LiveDebugVariables {
39 LiveDebugVariables();
40 ~LiveDebugVariables();
41 LiveDebugVariables(LiveDebugVariables &&);
72 std::unique_ptr<LiveDebugVariables> Impl;
81 LiveDebugVariables &getLDV() { return *Impl; } in getLDV()
82 const LiveDebugVariables &getLDV() const { return *Impl; } in getLDV()
101 using Result = LiveDebugVariables;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp290 using LDVImpl = LiveDebugVariables::LDVImpl;
541 LiveDebugVariables::LiveDebugVariables() = default;
542 LiveDebugVariables::~LiveDebugVariables() = default;
543 LiveDebugVariables::LiveDebugVariables(LiveDebugVariables &&) = default;
545 class LiveDebugVariables::LDVImpl {
767 void LiveDebugVariables::LDVImpl::print(raw_ostream &OS) { in print()
776 void UserValue::mapVirtRegs(LiveDebugVariables::LDVImpl *LDV) { in mapVirtRegs()
782 UserValue *LiveDebugVariables::LDVImpl::getUserValue( in getUserValue()
797 void LiveDebugVariables::LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) { in mapVirtReg()
803 UserValue *LiveDebugVariables::LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg()
[all …]
H A DVirtRegMap.cpp209 LiveDebugVariables *DebugVars = nullptr;
227 LiveDebugVariables *DebugVars) in VirtRegRewriter()
294 LiveDebugVariables &DebugVars = in runOnMachineFunction()
310 LiveDebugVariables &DebugVars = in run()
H A DRegAllocGreedy.h182 LiveDebugVariables *DebugVars = nullptr;
H A DRegAllocGreedy.cpp187 LiveDebugVariables *DebugVars = nullptr;
/freebsd/lib/clang/libllvm/
H A DMakefile351 SRCS_MIN+= CodeGen/LiveDebugVariables.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16543 {"_ZNK4llvm18LiveDebugVariables16getAnalysisUsageERNS_13AnalysisUsageE", "llvm::LiveDebugVariables:…
16544 {"_ZN4llvm18LiveDebugVariablesC1Ev", "llvm::LiveDebugVariables::LiveDebugVariables()"},
16545 {"_ZN4llvm18LiveDebugVariablesC2Ev", "llvm::LiveDebugVariables::LiveDebugVariables()"},
16546 …bugVariables20runOnMachineFunctionERNS_15MachineFunctionE", "llvm::LiveDebugVariables::runOnMachin…
16547 {"_ZN4llvm18LiveDebugVariables13releaseMemoryEv", "llvm::LiveDebugVariables::releaseMemory()"},
16549 {"_ZN4llvm18LiveDebugVariablesD0Ev", "llvm::LiveDebugVariables::~LiveDebugVariables()"},
16550 {"_ZN4llvm18LiveDebugVariablesD1Ev", "llvm::LiveDebugVariables::~LiveDebugVariables()"},
16551 {"_ZN4llvm18LiveDebugVariablesD2Ev", "llvm::LiveDebugVariables::~LiveDebugVariables()"},
16552 {"_ZN4llvm18LiveDebugVariables14renameRegisterEjjj", "llvm::LiveDebugVariables::renameRegister(unsi…
16553 {"_ZN4llvm18LiveDebugVariables15emitDebugValuesEPNS_10VirtRegMapE", "llvm::LiveDebugVariables::emit…
[all …]