roseQuality() no longer needs to be part of rose's API.

This commit is contained in:
Alex Coyte
2017-07-28 14:51:58 +10:00
committed by Matthew Barr
parent 41783fe912
commit ffc2d578b1
5 changed files with 47 additions and 4 deletions

View File

@@ -134,10 +134,6 @@ std::unique_ptr<RoseBuild> makeRoseBuilder(ReportManager &rm,
bool roseCheckRose(const RoseInGraph &ig, bool prefilter,
const ReportManager &rm, const CompileContext &cc);
/* used by heuristics to determine the small write engine. High numbers are
* intended to indicate a lightweight rose. */
u32 roseQuality(const RoseEngine *t);
bool roseIsPureLiteral(const RoseEngine *t);
size_t maxOverlap(const ue2_literal &a, const ue2_literal &b, u32 b_delay);