Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportLoopBound-01.ll22 ; REJECTNONAFFINELOOPS: remark: ReportLoopBound-01.c:1:12: The following errors keep this region fr…
23 ; REJECTNONAFFINELOOPS: remark: ReportLoopBound-01.c:2:8: Failed to derive an affine function from …
24 ; REJECTNONAFFINELOOPS: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.
28 ; ALLOWNONAFFINELOOPS: remark: ReportLoopBound-01.c:1:12: The following errors keep this region fro…
29 ; ALLOWNONAFFINELOOPS: remark: ReportLoopBound-01.c:3:5: The array subscript of "A" is not affine
30 ; ALLOWNONAFFINELOOPS: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.
34 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:1:12: The following errors keep this region from …
35 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:1:12: No profitable polyhedral optimization found
36 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.
90 !1 = !DIFile(filename: "ReportLoopBound-01.c", directory: "test/ScopDetectionDiagnostic/")
[all …]
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp480 ReportLoopBound::ReportLoopBound(Loop *L, const SCEV *LoopCount) in ReportLoopBound() function in polly::ReportLoopBound
484 std::string ReportLoopBound::getRemarkName() const { return "LoopBound"; } in getRemarkName()
486 const Value *ReportLoopBound::getRemarkBB() const { return L->getHeader(); } in getRemarkBB()
488 std::string ReportLoopBound::getMessage() const { in getMessage()
493 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; } in getDebugLoc()
495 bool ReportLoopBound::classof(const RejectReason *RR) { in classof()
499 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage()
H A DScopDetection.cpp1353 return invalid<ReportLoopBound>(Context, /*Assert=*/true, L, LoopCount); in isValidLoop()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h557 class ReportLoopBound final : public RejectReason {
568 ReportLoopBound(Loop *L, const SCEV *LoopCount);