Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp100 DbgLoc(std::move(DL)), DebugInstrNum(0) { in MachineInstr()
119 Info(MI.Info), DbgLoc(MI.getDebugLoc()), DebugInstrNum(0) { in MachineInstr()
1852 if (DebugInstrNum) { in print()
1855 OS << " debug-instr-number " << DebugInstrNum; in print()
2407 if (DebugInstrNum == 0) in getDebugInstrNum()
2408 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2409 return DebugInstrNum; in getDebugInstrNum()
2413 if (DebugInstrNum == 0) in getDebugInstrNum()
2414 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()
2415 return DebugInstrNum; in getDebugInstrNum()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h288 unsigned DebugInstrNum; variable
519 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
523 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
529 void dropDebugNumber() { DebugInstrNum = 0; }