Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp103 : MCID(&TID), DbgLoc(std::move(DL)), DebugInstrNum(0) { in MachineInstr()
122 DebugInstrNum(0) { in MachineInstr()
1752 if (DebugInstrNum) { in print()
1755 OS << " debug-instr-number " << DebugInstrNum; in print()
2317 if (DebugInstrNum == 0) in getDebugInstrNum()
2318 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2319 return DebugInstrNum; in getDebugInstrNum()
2323 if (DebugInstrNum == 0) in getDebugInstrNum()
2324 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()
2325 return DebugInstrNum; in getDebugInstrNum()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h258 unsigned DebugInstrNum; variable
467 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
471 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
477 void dropDebugNumber() { DebugInstrNum = 0; }