Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp69 Function *DbgValF = M.getFunction("llvm.dbg.value"); in applyDebugifyMetadataToMachineFunction() local
73 if (DbgValF) { in applyDebugifyMetadataToMachineFunction()
74 for (const Use &U : DbgValF->uses()) { in applyDebugifyMetadataToMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp254 Function *DbgValF = M.getFunction("llvm.dbg.value"); in stripDebugifyMetadata() local
255 if (DbgValF) { in stripDebugifyMetadata()
256 assert(DbgValF->isDeclaration() && DbgValF->use_empty() && in stripDebugifyMetadata()
258 DbgValF->eraseFromParent(); in stripDebugifyMetadata()