Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp474 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()
DScopDetection.cpp1310 return invalid<ReportLoopHasNoExit>(Context, /*Assert=*/true, L); in isValidLoop()
/external/llvm-project/polly/test/ScopDetectionDiagnostics/
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/")
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h554 class ReportLoopHasNoExit : public RejectReason {
561 ReportLoopHasNoExit(Loop *L) in ReportLoopHasNoExit() function