Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1406 SmallVector<MachineOperand *> DbgOps; in handleDebugValue() local
1408 DbgOps.push_back(&Op); in handleDebugValue()
1412 for (auto &RegMO : DbgOps) in handleDebugValue()
1420 LiveDbgValueMap[Reg].append(DbgOps.begin(), DbgOps.end()); in handleDebugValue()