Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance
100 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()
288 unsigned DebugInstrNum; variable519 unsigned peekDebugInstrNum() const { return DebugInstrNum; }523 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }529 void dropDebugNumber() { DebugInstrNum = 0; }