Searched refs:WorkListEntry (Results 1 – 1 of 1) sorted by relevance
926 struct WorkListEntry { struct in llvm::__anon00e757230111::RecursiveSearchSplitting927 WorkListEntry(const BitVector &BV) : Cluster(BV) {} in WorkListEntry() argument957 findMostSimilarPartition(const WorkListEntry &Entry, const SplitProposal &SP);967 SmallVector<WorkListEntry> WorkList;1034 for (WorkListEntry &Entry : WorkList) { in setupWorkList()1047 stable_sort(WorkList, [](const WorkListEntry &A, const WorkListEntry &B) { in setupWorkList()1078 const WorkListEntry &Entry = WorkList[Idx]; in pickPartition()1170 RecursiveSearchSplitting::findMostSimilarPartition(const WorkListEntry &Entry, in findMostSimilarPartition()