Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp66 Function *DbgValF = M.getFunction("llvm.dbg.value"); in applyDebugifyMetadataToMachineFunction() local
71 if (DbgValF) { in applyDebugifyMetadataToMachineFunction()
72 for (const Use &U : DbgValF->uses()) { in applyDebugifyMetadataToMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp265 Function *DbgValF = M.getFunction("llvm.dbg.value"); in stripDebugifyMetadata() local
266 if (DbgValF) { in stripDebugifyMetadata()
267 assert(DbgValF->isDeclaration() && DbgValF->use_empty() && in stripDebugifyMetadata()
269 DbgValF->eraseFromParent(); in stripDebugifyMetadata()