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