Searched refs:ReportLoopBound (Results 1 – 4 of 4) sorted by relevance
22 ; 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 affine30 ; 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 found36 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.90 !1 = !DIFile(filename: "ReportLoopBound-01.c", directory: "test/ScopDetectionDiagnostic/")[all …]
448 ReportLoopBound::ReportLoopBound(Loop *L, const SCEV *LoopCount) in ReportLoopBound() function in polly::ReportLoopBound452 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()
1337 return invalid<ReportLoopBound>(Context, /*Assert=*/true, L, LoopCount); in isValidLoop()
522 class ReportLoopBound : public RejectReason {533 ReportLoopBound(Loop *L, const SCEV *LoopCount);