Home
last modified time | relevance | path

Searched defs:InstStreamPause (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DStage.h90 struct InstStreamPause : public ErrorInfo<InstStreamPause> { struct
91 static char ID;
93 std::error_code convertToErrorCode() const override { in convertToErrorCode()
96 void log(raw_ostream &OS) const override { OS << "Stream is paused"; } in log()