Home
last modified time | relevance | path

Searched refs:DbgOps (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1436 SmallVector<MachineOperand *> DbgOps; in handleDebugValue() local
1438 DbgOps.push_back(&Op); in handleDebugValue()
1442 for (auto &RegMO : DbgOps) in handleDebugValue()
1450 LiveDbgValueMap[Reg].append(DbgOps.begin(), DbgOps.end()); in handleDebugValue()