Searched refs:ReportUnprofitable (Results 1 – 3 of 3) sorted by relevance
775 ReportUnprofitable::ReportUnprofitable(Region *R) in ReportUnprofitable() function in polly::ReportUnprofitable778 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()
1477 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()
809 class ReportUnprofitable : public ReportOther {813 ReportUnprofitable(Region *R);