Home
last modified time | relevance | path

Searched refs:DebugInstrNum (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp98 : 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h283 unsigned DebugInstrNum; variable
492 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
496 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
502 void dropDebugNumber() { DebugInstrNum = 0; }