Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance
103 : MCID(&TID), DbgLoc(std::move(DL)), DebugInstrNum(0) { in MachineInstr()122 DebugInstrNum(0) { in MachineInstr()1752 if (DebugInstrNum) { in print()1755 OS << " debug-instr-number " << DebugInstrNum; in print()2317 if (DebugInstrNum == 0) in getDebugInstrNum()2318 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()2319 return DebugInstrNum; in getDebugInstrNum()2323 if (DebugInstrNum == 0) in getDebugInstrNum()2324 DebugInstrNum = MF.getNewDebugInstrNum(); in getDebugInstrNum()2325 return DebugInstrNum; in getDebugInstrNum()
258 unsigned DebugInstrNum; variable467 unsigned peekDebugInstrNum() const { return DebugInstrNum; }471 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }477 void dropDebugNumber() { DebugInstrNum = 0; }