Searched refs:LDVImpl (Results 1 – 6 of 6) sorted by relevance
25 class LDVImpl {30 virtual ~LDVImpl() = default;36 extern LDVImpl *makeVarLocBasedLiveDebugValues();37 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
82 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()
279 class VarLocBasedLDV : public LDVImpl {2399 LDVImpl *
1037 class InstrRefBasedLDV : public LDVImpl {
3818 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
276 class LDVImpl;410 void mapVirtRegs(LDVImpl *LDV);531 class LDVImpl { class636 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon5b3cf91b0411::LDVImpl755 void LDVImpl::print(raw_ostream &OS) { in print()765 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs()772 LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue()787 void LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) { in mapVirtReg()793 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg()799 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue()[all …]