Lines Matching refs:NewID
1480 std::optional<ValueIDNum> NewID; in getValueForInstrRef() local
1496 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()
1509 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()
1513 if (!NewID) { in getValueForInstrRef()
1523 NewID = resolveDbgPHIs(*MI.getParent()->getParent(), *MLiveOuts, *MLiveIns, in getValueForInstrRef()
1536 if (NewID && !SeenSubregs.empty()) { in getValueForInstrRef()
1555 LocIdx L = NewID->getLoc(); in getValueForInstrRef()
1556 if (NewID && !MTracker->isSpill(L)) { in getValueForInstrRef()
1584 NewID = std::nullopt; in getValueForInstrRef()
1589 NewID = ValueIDNum(NewID->getBlock(), NewID->getInst(), NewLoc); in getValueForInstrRef()
1594 NewID = std::nullopt; in getValueForInstrRef()
1598 return NewID; in getValueForInstrRef()
1639 std::optional<ValueIDNum> NewID = in transferDebugInstrRef() local
1643 if (NewID) { in transferDebugInstrRef()
1644 DbgOpIDs.push_back(DbgOpStore.insert(*NewID)); in transferDebugInstrRef()
1726 ValueIDNum NewID = ValueLoc.first; in transferDebugInstrRef() local
1732 if (NewID.getBlock() != CurBB || NewID.getInst() <= CurInst) { in transferDebugInstrRef()
1736 LastUseBeforeDef = std::max(LastUseBeforeDef, NewID.getInst()); in transferDebugInstrRef()
2725 ValueIDNum NewID = MTracker->readMLoc(P.second.getLoc()); in buildMLocValueMap() local
2726 ToRemap.push_back(std::make_pair(P.first, NewID)); in buildMLocValueMap()