Searched refs:DbgVal (Results 1 – 4 of 4) sorted by relevance
594 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local595 while (!DbgVal->use_empty()) in stripNonLineTableDebugInfo()596 cast<Instruction>(DbgVal->user_back())->eraseFromParent(); in stripNonLineTableDebugInfo()597 DbgVal->eraseFromParent(); in stripNonLineTableDebugInfo()
602 if (auto *DbgVal = M.getFunction(Name)) { in stripNonLineTableDebugInfo() local603 while (!DbgVal->use_empty()) in stripNonLineTableDebugInfo()604 cast<Instruction>(DbgVal->user_back())->eraseFromParent(); in stripNonLineTableDebugInfo()605 DbgVal->eraseFromParent(); in stripNonLineTableDebugInfo()
322 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()
308 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()