Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp101 DbgLoc(std::move(DL)), DebugInstrNum(0), Opcode(TID.Opcode) { in MachineInstr()
120 Info(MI.Info), DbgLoc(MI.getDebugLoc()), DebugInstrNum(0), in MachineInstr()
1922 if (DebugInstrNum) { in print()
1925 OS << " debug-instr-number " << DebugInstrNum; in print()
2482 if (DebugInstrNum == 0) in getDebugInstrNum()
2483 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2484 return DebugInstrNum; in getDebugInstrNum()
2488 if (DebugInstrNum == 0) in getDebugInstrNum()
2489 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()
2490 return DebugInstrNum; in getDebugInstrNum()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h305 unsigned DebugInstrNum; variable
545 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
549 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
555 void dropDebugNumber() { DebugInstrNum = 0; }