Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp42 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in runOnModule() local
48 unsigned NumLines = getDebugifyOperand(0); in runOnModule()
49 unsigned NumVars = getDebugifyOperand(1); in runOnModule()
H A DMachineDebugify.cpp156 auto getDebugifyOperand = [&](unsigned Idx) { in applyDebugifyMetadataToMachineFunction() local
163 auto OldNumVars = getDebugifyOperand(1); in applyDebugifyMetadataToMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp717 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in checkDebugifyMetadata() local
723 unsigned OriginalNumLines = getDebugifyOperand(0); in checkDebugifyMetadata()
724 unsigned OriginalNumVars = getDebugifyOperand(1); in checkDebugifyMetadata()