Searched refs:LDVImpl (Results 1 – 8 of 8) sorted by relevance
25 class LDVImpl {31 virtual ~LDVImpl() = default;37 extern LDVImpl *makeVarLocBasedLiveDebugValues();38 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
90 std::unique_ptr<LDVImpl> InstrRefImpl;91 std::unique_ptr<LDVImpl> VarLocImpl;110 std::unique_ptr<LDVImpl>(llvm::makeInstrRefBasedLiveDebugValues()); in LiveDebugValues()111 VarLocImpl = std::unique_ptr<LDVImpl>(llvm::makeVarLocBasedLiveDebugValues()); in LiveDebugValues()143 LDVImpl *TheImpl = &*VarLocImpl; in run()
281 class VarLocBasedLDV : public LDVImpl {2407 LDVImpl *
1116 class InstrRefBasedLDV : public LDVImpl {
3879 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
290 using LDVImpl = LiveDebugVariables::LDVImpl; typedef in __anon093131440411::UserValue415 void mapVirtRegs(LDVImpl *LDV);545 class LiveDebugVariables::LDVImpl { class in llvm::LiveDebugVariables649 LDVImpl(LiveIntervals *LIS) : LIS(LIS) {} in LDVImpl() function in llvm::LiveDebugVariables::LDVImpl767 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()809 bool LiveDebugVariables::LDVImpl::handleDebugValue(MachineInstr &MI, in handleDebugValue()[all …]
38 class LDVImpl;68 std::unique_ptr<LDVImpl> PImpl;
16548 {"_ZN12_GLOBAL__N_17LDVImpl5clearEv", "(anonymous namespace)::LDVImpl::clear()"},16557 {"_ZN12_GLOBAL__N_17LDVImpl10mapVirtRegEjPNS_9UserValueE", "(anonymous namespace)::LDVImpl::mapVirt…