Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp120 : MCID(&tid), debugLoc(std::move(dl)), DebugInstrNum(0) { in MachineInstr()
139 DebugInstrNum(0) { in MachineInstr()
1808 if (DebugInstrNum) { in print()
1811 OS << " debug-instr-number " << DebugInstrNum; in print()
2373 if (DebugInstrNum == 0) in getDebugInstrNum()
2374 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2375 return DebugInstrNum; in getDebugInstrNum()
2379 if (DebugInstrNum == 0) in getDebugInstrNum()
2380 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()
2381 return DebugInstrNum; in getDebugInstrNum()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h256 unsigned DebugInstrNum; variable
465 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
469 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
475 void dropDebugNumber() { DebugInstrNum = 0; }