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.cpp103 DbgLoc(std::move(DL)), DebugInstrNum(0), Opcode(TID.Opcode) { in MachineInstr()
122 Info(MI.Info), DbgLoc(MI.getDebugLoc()), DebugInstrNum(0), in MachineInstr()
2033 if (DebugInstrNum) { in print()
2036 OS << " debug-instr-number " << DebugInstrNum; in print()
2605 if (DebugInstrNum == 0) in getDebugInstrNum()
2606 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()
2607 return DebugInstrNum; in getDebugInstrNum()
2611 if (DebugInstrNum == 0) in getDebugInstrNum()
2612 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()
2613 return DebugInstrNum; in getDebugInstrNum()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h309 unsigned DebugInstrNum; variable
556 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
560 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
566 void dropDebugNumber() { DebugInstrNum = 0; }