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.h1123 class InstrRefBasedLDV : public LDVImpl {
H A DInstrRefBasedImpl.cpp3852 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 __anon093131440411::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()
788 void LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) { in mapVirtReg()
794 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg()
800 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue()
[all …]