Searched refs:DbgOps (Results 1 – 1 of 1) sorted by relevance
1420 SmallVector<MachineOperand *> DbgOps; in handleDebugValue() local1422 DbgOps.push_back(&Op); in handleDebugValue()1426 for (auto &RegMO : DbgOps) in handleDebugValue()1434 LiveDbgValueMap[Reg].append(DbgOps.begin(), DbgOps.end()); in handleDebugValue()