Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1797 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
1806 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
1808 CurrentLocOps = 1; in getSalvageOpsForGEP()
1814 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
1852 bool getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument
1874 if (!CurrentLocOps) { in getSalvageOpsForBinOp()
1876 CurrentLocOps = 1; in getSalvageOpsForBinOp()
1878 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp()
1896 uint64_t CurrentLocOps = SrcDIExpr->getNumLocationOperands(); in salvageDebugInfoImpl() local
1936 if (getSalvageOpsForGEP(GEP, DL, CurrentLocOps, Ops, AdditionalValues)) in salvageDebugInfoImpl()
[all …]