Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance
98 : MCID(&TID), DbgLoc(std::move(DL)), DebugInstrNum(0) { in MachineInstr()117 DebugInstrNum(0) { in MachineInstr()1820 if (DebugInstrNum) { in print()1823 OS << " debug-instr-number " << DebugInstrNum; in print()2371 if (DebugInstrNum == 0) in getDebugInstrNum()2372 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()2373 return DebugInstrNum; in getDebugInstrNum()2377 if (DebugInstrNum == 0) in getDebugInstrNum()2378 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()2379 return DebugInstrNum; in getDebugInstrNum()
283 unsigned DebugInstrNum; variable492 unsigned peekDebugInstrNum() const { return DebugInstrNum; }496 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }502 void dropDebugNumber() { DebugInstrNum = 0; }