Lines Matching defs:LDVImpl
290 using LDVImpl = LiveDebugVariables::LDVImpl;
415 void mapVirtRegs(LDVImpl *LDV);
545 class LiveDebugVariables::LDVImpl {
649 LDVImpl(LiveIntervals *LIS) : LIS(LIS) {}
767 void LiveDebugVariables::LDVImpl::print(raw_ostream &OS) {
776 void UserValue::mapVirtRegs(LiveDebugVariables::LDVImpl *LDV) {
782 UserValue *LiveDebugVariables::LDVImpl::getUserValue(
797 void LiveDebugVariables::LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) {
803 UserValue *LiveDebugVariables::LDVImpl::lookupVirtReg(Register VirtReg) {
809 bool LiveDebugVariables::LDVImpl::handleDebugValue(MachineInstr &MI,
887 LiveDebugVariables::LDVImpl::handleDebugInstr(MachineInstr &MI, SlotIndex Idx) {
907 bool LiveDebugVariables::LDVImpl::handleDebugLabel(MachineInstr &MI,
931 bool LiveDebugVariables::LDVImpl::collectDebugValues(MachineFunction &mf,
1265 void LiveDebugVariables::LDVImpl::computeIntervals() {
1275 bool LiveDebugVariables::LDVImpl::runOnMachineFunction(MachineFunction &mf,
1366 PImpl.reset(new LDVImpl(LIS));
1494 void LiveDebugVariables::LDVImpl::splitPHIRegister(Register OldReg,
1533 void LiveDebugVariables::LDVImpl::splitRegister(Register OldReg,
1858 void LiveDebugVariables::LDVImpl::emitDebugValues(VirtRegMap *VRM) {