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 {2401 LDVImpl *
1123 class InstrRefBasedLDV : public LDVImpl {
3852 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
277 class LDVImpl;411 void mapVirtRegs(LDVImpl *LDV);532 class LDVImpl { class637 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon093131440411::LDVImpl756 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 …]