Searched refs:CurrentLocOps (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1775 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local 1776 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoForDbgValues() 1818 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument 1827 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP() 1829 CurrentLocOps = 1; in getSalvageOpsForGEP() 1873 Value *getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument 1895 if (!CurrentLocOps) { in getSalvageOpsForBinOp() 1897 CurrentLocOps = 1; in getSalvageOpsForBinOp() 1899 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp() 1912 Value *llvm::salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps, in salvageDebugInfoImpl() argument [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 315 Value *salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,
|