Searched refs:PreviousLoc (Results 1 – 1 of 1) sorted by relevance
1553 if (DbgVariable *PreviousLoc = MFVars.lookup(Var)) { in collectVariableInfoFromMFTable() local1554 auto *PreviousMMI = std::get_if<Loc::MMI>(PreviousLoc); in collectVariableInfoFromMFTable()1555 auto *PreviousEntryValue = std::get_if<Loc::EntryValue>(PreviousLoc); in collectVariableInfoFromMFTable()1566 if (PreviousLoc->holds<Loc::MMI>()) in collectVariableInfoFromMFTable()1567 PreviousLoc->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), in collectVariableInfoFromMFTable()