Searched refs:InstStreamPause (Results 1 – 5 of 5) sorted by relevance
90 struct InstStreamPause : public ErrorInfo<InstStreamPause> { struct
27 char InstStreamPause::ID = 0;
35 return llvm::make_error<InstStreamPause>(); in getNextInstruction()
50 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()151 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()
71 if (Err.isA<InstStreamPause>()) { in runCycle()