Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp43 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in runOnModule() local
49 unsigned NumLines = getDebugifyOperand(0); in runOnModule()
50 unsigned NumVars = getDebugifyOperand(1); in runOnModule()
H A DMachineDebugify.cpp172 auto getDebugifyOperand = [&](unsigned Idx) { in applyDebugifyMetadataToMachineFunction() local
179 auto OldNumVars = getDebugifyOperand(1); in applyDebugifyMetadataToMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp724 auto getDebugifyOperand = [&](unsigned Idx) -> unsigned { in checkDebugifyMetadata() local
730 unsigned OriginalNumLines = getDebugifyOperand(0); in checkDebugifyMetadata()
731 unsigned OriginalNumVars = getDebugifyOperand(1); in checkDebugifyMetadata()