Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/ScopDetectionDiagnostics/
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 …]
/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp448 ReportLoopBound::ReportLoopBound(Loop *L, const SCEV *LoopCount) in ReportLoopBound() function in polly::ReportLoopBound
452 std::string ReportLoopBound::getRemarkName() const { return "LoopBound"; } in getRemarkName()
454 const Value *ReportLoopBound::getRemarkBB() const { return L->getHeader(); } in getRemarkBB()
456 std::string ReportLoopBound::getMessage() const { in getMessage()
461 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; } in getDebugLoc()
463 bool ReportLoopBound::classof(const RejectReason *RR) { in classof()
467 std::string ReportLoopBound::getEndUserMessage() const { in getEndUserMessage()
DScopDetection.cpp1337 return invalid<ReportLoopBound>(Context, /*Assert=*/true, L, LoopCount); in isValidLoop()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h522 class ReportLoopBound : public RejectReason {
533 ReportLoopBound(Loop *L, const SCEV *LoopCount);