Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance
120 : MCID(&tid), debugLoc(std::move(dl)), DebugInstrNum(0) { in MachineInstr()139 DebugInstrNum(0) { in MachineInstr()1808 if (DebugInstrNum) { in print()1811 OS << " debug-instr-number " << DebugInstrNum; in print()2373 if (DebugInstrNum == 0) in getDebugInstrNum()2374 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum(); in getDebugInstrNum()2375 return DebugInstrNum; in getDebugInstrNum()
256 unsigned DebugInstrNum; variable460 unsigned peekDebugInstrNum() const { return DebugInstrNum; }464 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }