Searched refs:ReportLoopHasNoExit (Results 1 – 4 of 4) sorted by relevance
474 std::string ReportLoopHasNoExit::getRemarkName() const { in getRemarkName()478 const Value *ReportLoopHasNoExit::getRemarkBB() const { return L->getHeader(); } in getRemarkBB()480 std::string ReportLoopHasNoExit::getMessage() const { in getMessage()484 bool ReportLoopHasNoExit::classof(const RejectReason *RR) { in classof()488 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; } in getDebugLoc()490 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage()
1310 return invalid<ReportLoopHasNoExit>(Context, /*Assert=*/true, L); in isValidLoop()
20 ; CHECK: remark: ReportLoopHasNoExit.c:7:7: Loop cannot be handled because it has no exit.93 !1 = !DIFile(filename: "ReportLoopHasNoExit.c", directory: "test/ScopDetectionDiagnostics/")
554 class ReportLoopHasNoExit : public RejectReason {561 ReportLoopHasNoExit(Loop *L) in ReportLoopHasNoExit() function