Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance
103 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()
309 unsigned DebugInstrNum; variable556 unsigned peekDebugInstrNum() const { return DebugInstrNum; }560 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }566 void dropDebugNumber() { DebugInstrNum = 0; }