Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp88 LLVM_DEBUG(CurGroupDbg = "";); in Reset()
139 LLVM_DEBUG(CurGroupDbg = "";); in nextGroup()
212 if (CurGroupDbg.empty()) in dumpCurrGroup()
215 dbgs() << "{ " << CurGroupDbg << " }"; in dumpCurrGroup()
282 LLVM_DEBUG(raw_string_ostream cgd(CurGroupDbg); in EmitInstruction()
283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd);); in EmitInstruction()
454 LLVM_DEBUG(CurGroupDbg = Incoming->CurGroupDbg;); in copyState()
H A DSystemZHazardRecognizer.h146 std::string CurGroupDbg; // current group as text variable