Searched refs:ReportLoopOnlySomeLatches (Results 1 – 3 of 3) sorted by relevance
554 std::string ReportLoopOnlySomeLatches::getRemarkName() const { in getRemarkName()558 const Value *ReportLoopOnlySomeLatches::getRemarkBB() const { in getRemarkBB()562 std::string ReportLoopOnlySomeLatches::getMessage() const { in getMessage()567 bool ReportLoopOnlySomeLatches::classof(const RejectReason *RR) { in classof()571 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; } in getDebugLoc()573 std::string ReportLoopOnlySomeLatches::getEndUserMessage() const { in getEndUserMessage()
1629 return invalid<ReportLoopOnlySomeLatches>(Context, /*Assert=*/true, in allBlocksValid()
645 class ReportLoopOnlySomeLatches final : public RejectReason {652 ReportLoopOnlySomeLatches(Loop *L) in ReportLoopOnlySomeLatches() function