Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp157 auto addDebugifyOperand = [&](unsigned N) { in applyDebugifyMetadataToMachineFunction() local
162 addDebugifyOperand(NextLine - 1); in applyDebugifyMetadataToMachineFunction()
164 addDebugifyOperand(VarSet.size()); in applyDebugifyMetadataToMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp199 auto addDebugifyOperand = [&](unsigned N) { in applyDebugifyMetadata() local
203 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
204 addDebugifyOperand(NextVar - 1); // Original number of variables. in applyDebugifyMetadata()