Home
last modified time | relevance | path

Searched refs:LDVImpl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h25 class LDVImpl {
30 virtual ~LDVImpl() = default;
36 extern LDVImpl *makeVarLocBasedLiveDebugValues();
37 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
H A DLiveDebugValues.cpp82 std::unique_ptr<LDVImpl> InstrRefImpl;
83 std::unique_ptr<LDVImpl> VarLocImpl;
100 std::unique_ptr<LDVImpl>(llvm::makeInstrRefBasedLiveDebugValues()); in LiveDebugValues()
101 VarLocImpl = std::unique_ptr<LDVImpl>(llvm::makeVarLocBasedLiveDebugValues()); in LiveDebugValues()
118 LDVImpl *TheImpl = &*VarLocImpl; in runOnMachineFunction()
H A DVarLocBasedImpl.cpp279 class VarLocBasedLDV : public LDVImpl {
2401 LDVImpl *
H A DInstrRefBasedImpl.h1076 class InstrRefBasedLDV : public LDVImpl {
H A DInstrRefBasedImpl.cpp3818 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp277 class LDVImpl;
411 void mapVirtRegs(LDVImpl *LDV);
532 class LDVImpl { class
637 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon58a1900c0411::LDVImpl
756 void LDVImpl::print(raw_ostream &OS) { in print()
766 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs()
773 LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue()
1253 void LDVImpl::computeIntervals() { in computeIntervals()
1314 pImpl = new LDVImpl(this); in runOnMachineFunction()
1320 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory()
[all …]