Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp592 MachineInstr *NewDV = buildDbgValueForSpill( in spill() local
594 assert(NewDV->getParent() == MBB && "dangling parent pointer"); in spill()
595 (void)NewDV; in spill()
596 LLVM_DEBUG(dbgs() << "Inserting debug info due to spill:\n" << *NewDV); in spill()
603 MachineInstr *ClonedDV = MBB->getParent()->CloneMachineInstr(NewDV); in spill()