Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp807 ReportUnprofitable::ReportUnprofitable(Region *R) in ReportUnprofitable() function in polly::ReportUnprofitable
810 std::string ReportUnprofitable::getRemarkName() const { return "Unprofitable"; } in getRemarkName()
812 const Value *ReportUnprofitable::getRemarkBB() const { return R->getEntry(); } in getRemarkBB()
814 std::string ReportUnprofitable::getMessage() const { in getMessage()
818 std::string ReportUnprofitable::getEndUserMessage() const { in getEndUserMessage()
822 const DebugLoc &ReportUnprofitable::getDebugLoc() const { in getDebugLoc()
831 bool ReportUnprofitable::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1565 invalid<ReportUnprofitable>(Context, /*Assert=*/true, &R); in findScops()
1703 return invalid<ReportUnprofitable>(Context, /*Assert=*/true, &CurRegion); in isProfitableRegion()
1727 return invalid<ReportUnprofitable>(Context, /*Assert=*/true, &CurRegion); in isProfitableRegion()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h844 class ReportUnprofitable final : public ReportOther {
848 ReportUnprofitable(Region *R);