Home
last modified time | relevance | path

Searched refs:ReportEntry (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp781 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
784 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
786 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
788 std::string ReportEntry::getMessage() const { in getMessage()
792 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
796 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
800 bool ReportEntry::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1769 return invalid<ReportEntry>(Context, /*Assert=*/true, CurRegion.getEntry()); in isValidRegion()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h821 class ReportEntry final : public ReportOther {
825 ReportEntry(BasicBlock *BB);