Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp775 ReportUnprofitable::ReportUnprofitable(Region *R) in ReportUnprofitable() function in polly::ReportUnprofitable
778 std::string ReportUnprofitable::getRemarkName() const { return "Unprofitable"; } in getRemarkName()
780 const Value *ReportUnprofitable::getRemarkBB() const { return R->getEntry(); } in getRemarkBB()
782 std::string ReportUnprofitable::getMessage() const { in getMessage()
786 std::string ReportUnprofitable::getEndUserMessage() const { in getEndUserMessage()
790 const DebugLoc &ReportUnprofitable::getDebugLoc() const { in getDebugLoc()
799 bool ReportUnprofitable::classof(const RejectReason *RR) { in classof()
DScopDetection.cpp1477 invalid<ReportUnprofitable>(Context, /*Assert=*/true, &R); in findScops()
1615 return invalid<ReportUnprofitable>(Context, /*Assert=*/true, &CurRegion); in isProfitableRegion()
1639 return invalid<ReportUnprofitable>(Context, /*Assert=*/true, &CurRegion); in isProfitableRegion()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h809 class ReportUnprofitable : public ReportOther {
813 ReportUnprofitable(Region *R);