Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineDebugify.cpp141 auto addDebugifyOperand = [&](unsigned N) { in applyDebugifyMetadataToMachineFunction() local
146 addDebugifyOperand(NextLine - 1); in applyDebugifyMetadataToMachineFunction()
148 addDebugifyOperand(VarSet.size()); in applyDebugifyMetadataToMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp197 auto addDebugifyOperand = [&](unsigned N) { in applyDebugifyMetadata() local
201 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
202 addDebugifyOperand(NextVar - 1); // Original number of variables. in applyDebugifyMetadata()