Searched defs: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() function929 unsigned NumNonEntryNodes = 0;930 CostType TotalCost = 0;931 CostType CostExcludingGraphEntryPoints = 0;932 BitVector Cluster;