mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
allow sets of tops on edges
This commit is contained in:
@@ -615,7 +615,8 @@ ue2_literal findNonOverlappingTail(const std::set<ue2_literal> &lits,
|
||||
void setReportId(NGHolder &g, ReportID id);
|
||||
|
||||
#ifndef NDEBUG
|
||||
bool roseHasTops(const RoseGraph &g, RoseVertex v);
|
||||
bool roseHasTops(const RoseBuildImpl &build, RoseVertex v);
|
||||
bool hasOrphanedTops(const RoseBuildImpl &build);
|
||||
#endif
|
||||
|
||||
u64a findMaxOffset(const std::set<ReportID> &reports, const ReportManager &rm);
|
||||
|
||||
Reference in New Issue
Block a user