Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocFast.cpp1420 SmallVector<MachineOperand *> DbgOps; in handleDebugValue() local
1422 DbgOps.push_back(&Op); in handleDebugValue()
1426 for (auto &RegMO : DbgOps) in handleDebugValue()
1434 LiveDbgValueMap[Reg].append(DbgOps.begin(), DbgOps.end()); in handleDebugValue()