Searched refs:ReportUnprofitable (Results 1 – 3 of 3) sorted by relevance
807 ReportUnprofitable::ReportUnprofitable(Region *R) in ReportUnprofitable() function in polly::ReportUnprofitable810 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()
1565 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()
844 class ReportUnprofitable final : public ReportOther {848 ReportUnprofitable(Region *R);