Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp68 Function *DbgValF = M.getFunction("llvm.dbg.value"); in applyDebugifyMetadataToMachineFunction() local
72 if (DbgValF) { in applyDebugifyMetadataToMachineFunction()
73 for (const Use &U : DbgValF->uses()) { in applyDebugifyMetadataToMachineFunction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp229 Function *DbgValF = M.getFunction("llvm.dbg.value"); in stripDebugifyMetadata() local
230 if (DbgValF) { in stripDebugifyMetadata()
231 assert(DbgValF->isDeclaration() && DbgValF->use_empty() && in stripDebugifyMetadata()
233 DbgValF->eraseFromParent(); in stripDebugifyMetadata()