Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDBasicBlock.cpp842 DbgMarker *MoreDanglingDbgRecords = nullptr; in spliceDebugInfo() local
848 MoreDanglingDbgRecords = Src->getMarker(First); in spliceDebugInfo()
849 MoreDanglingDbgRecords->removeFromParent(); in spliceDebugInfo()
877 if (!MoreDanglingDbgRecords) in spliceDebugInfo()
883 LastMarker->absorbDebugValues(*MoreDanglingDbgRecords, true); in spliceDebugInfo()
884 MoreDanglingDbgRecords->eraseFromParent(); in spliceDebugInfo()