Home
last modified time | relevance | path

Searched refs:ReportLoopHasNoExit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp506 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()
H A DScopDetection.cpp1326 return invalid<ReportLoopHasNoExit>(Context, /*Assert=*/true, L); in isValidLoop()
/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportLoopHasNoExit.ll20 ; CHECK: remark: ReportLoopHasNoExit.c:7:7: Loop cannot be handled because it has no exit.
93 !1 = !DIFile(filename: "ReportLoopHasNoExit.c", directory: "test/ScopDetectionDiagnostics/")
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h589 class ReportLoopHasNoExit final : public RejectReason {
596 ReportLoopHasNoExit(Loop *L) in ReportLoopHasNoExit() function