Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp931 assert(A.second != DebugOperandMemNumber); in makeDebugValueSubstitution()
1225 const unsigned MachineFunction::DebugOperandMemNumber = 1000000; member in MachineFunction
H A DInlineSpiller.cpp951 {NewNum, MachineFunction::DebugOperandMemNumber}); in foldMemoryOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h587 const static unsigned int DebugOperandMemNumber;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1468 if (OpNo == MachineFunction::DebugOperandMemNumber && in getValueForInstrRef()
1473 } else if (OpNo != MachineFunction::DebugOperandMemNumber) { in getValueForInstrRef()