Polly 20.0.0git
|
Captures errors when loop has no exit. More...
#include <ScopDetectionDiagnostic.h>
Public Member Functions | |
ReportLoopHasNoExit (Loop *L) | |
RejectReason interface | |
std::string | getRemarkName () const override |
Generate the remark name to identify this remark. | |
const Value * | getRemarkBB () const override |
Get the Basic Block containing this remark. | |
std::string | getMessage () const override |
Generate a reasonable diagnostic message describing this error. | |
const DebugLoc & | getDebugLoc () const override |
Get the source location of this error. | |
std::string | getEndUserMessage () const override |
Generate a message for the end-user describing this error. | |
Public Member Functions inherited from polly::RejectReason | |
RejectReason (RejectReasonKind K) | |
virtual | ~RejectReason ()=default |
RejectReasonKind | getKind () const |
virtual std::string | getRemarkName () const =0 |
Generate the remark name to identify this remark. | |
virtual const Value * | getRemarkBB () const =0 |
Get the Basic Block containing this remark. | |
virtual std::string | getMessage () const =0 |
Generate a reasonable diagnostic message describing this error. | |
virtual std::string | getEndUserMessage () const |
Generate a message for the end-user describing this error. | |
virtual const DebugLoc & | getDebugLoc () const |
Get the source location of this error. | |
Static Public Member Functions | |
LLVM-RTTI interface | |
static bool | classof (const RejectReason *RR) |
Private Attributes | |
Loop * | L |
The loop that has no exit. | |
const DebugLoc | Loc |
Additional Inherited Members | |
Static Protected Attributes inherited from polly::RejectReason | |
static const DebugLoc | Unknown = DebugLoc() |
Captures errors when loop has no exit.
Definition at line 589 of file ScopDetectionDiagnostic.h.
|
inline |
Definition at line 596 of file ScopDetectionDiagnostic.h.
|
static |
Definition at line 516 of file ScopDetectionDiagnostic.cpp.
References polly::RejectReason::getKind(), and polly::LoopHasNoExit.
|
overridevirtual |
Get the source location of this error.
Reimplemented from polly::RejectReason.
Definition at line 520 of file ScopDetectionDiagnostic.cpp.
References Loc.
|
overridevirtual |
Generate a message for the end-user describing this error.
The message provided has to be suitable for the end-user. So it should not reference any LLVM internal data structures or terminology. Ideally, the message helps the end-user to increase the size of the regions amenable to Polly.
Reimplemented from polly::RejectReason.
Definition at line 522 of file ScopDetectionDiagnostic.cpp.
|
overridevirtual |
Generate a reasonable diagnostic message describing this error.
Implements polly::RejectReason.
Definition at line 512 of file ScopDetectionDiagnostic.cpp.
References L.
|
overridevirtual |
Get the Basic Block containing this remark.
Implements polly::RejectReason.
Definition at line 510 of file ScopDetectionDiagnostic.cpp.
References L, and polly::Value.
|
overridevirtual |
Generate the remark name to identify this remark.
Implements polly::RejectReason.
Definition at line 506 of file ScopDetectionDiagnostic.cpp.
|
private |
The loop that has no exit.
Definition at line 591 of file ScopDetectionDiagnostic.h.
Referenced by getMessage(), and getRemarkBB().
|
private |
Definition at line 593 of file ScopDetectionDiagnostic.h.
Referenced by getDebugLoc().