HomeSort by: relevance | last modified time | path
    Searched refs:DebugInstrNum (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 256 unsigned DebugInstrNum;
460 unsigned peekDebugInstrNum() const { return DebugInstrNum; }
464 void setDebugInstrNum(unsigned Num) { DebugInstrNum = Num; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 120 : MCID(&tid), debugLoc(std::move(dl)), DebugInstrNum(0) {
139 DebugInstrNum(0) {
1808 if (DebugInstrNum) {
1811 OS << " debug-instr-number " << DebugInstrNum;
2373 if (DebugInstrNum == 0)
2374 DebugInstrNum = getParent()->getParent()->getNewDebugInstrNum();
2375 return DebugInstrNum;

Completed in 29 milliseconds