Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp594 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local
595 while (!DbgVal->use_empty()) in stripNonLineTableDebugInfo()
596 cast<Instruction>(DbgVal->user_back())->eraseFromParent(); in stripNonLineTableDebugInfo()
597 DbgVal->eraseFromParent(); in stripNonLineTableDebugInfo()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp602 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local
603 while (!DbgVal->use_empty()) in stripNonLineTableDebugInfo()
604 cast<Instruction>(DbgVal->user_back())->eraseFromParent(); in stripNonLineTableDebugInfo()
605 DbgVal->eraseFromParent(); in stripNonLineTableDebugInfo()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp322 for (MachineInstr &DbgVal : MRI.use_instructions(DefReg)) { in sinkLocalValueMaterialization()
323 if (!DbgVal.isDebugValue()) in sinkLocalValueMaterialization()
325 unsigned UseOrder = OrderMap.Orders[&DbgVal]; in sinkLocalValueMaterialization()
327 DbgValues.push_back(&DbgVal); in sinkLocalValueMaterialization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp308 for (MachineInstr &DbgVal : MRI.use_instructions(DefReg)) { in sinkLocalValueMaterialization()
309 if (!DbgVal.isDebugValue()) in sinkLocalValueMaterialization()
311 unsigned UseOrder = OrderMap.Orders[&DbgVal]; in sinkLocalValueMaterialization()
313 DbgValues.push_back(&DbgVal); in sinkLocalValueMaterialization()