Searched refs:ReportLoopHasNoExit (Results 1 – 4 of 4) sorted by relevance
506 std::string ReportLoopHasNoExit::getRemarkName() const { in getRemarkName()510 const Value *ReportLoopHasNoExit::getRemarkBB() const { return L->getHeader(); } in getRemarkBB()512 std::string ReportLoopHasNoExit::getMessage() const { in getMessage()516 bool ReportLoopHasNoExit::classof(const RejectReason *RR) { in classof()520 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; } in getDebugLoc()522 std::string ReportLoopHasNoExit::getEndUserMessage() const { in getEndUserMessage()
1326 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/")
589 class ReportLoopHasNoExit final : public RejectReason {596 ReportLoopHasNoExit(Loop *L) in ReportLoopHasNoExit() function