Searched refs:CostExcludingGraphEntryPoints (Results 1 – 1 of 1) sorted by relevance
931 CostType CostExcludingGraphEntryPoints = 0; member1041 Entry.CostExcludingGraphEntryPoints += Cost; in setupWorkList()1051 if (A.CostExcludingGraphEntryPoints != B.CostExcludingGraphEntryPoints) in setupWorkList()1052 return A.CostExcludingGraphEntryPoints > B.CostExcludingGraphEntryPoints; in setupWorkList()1067 << ", cost_excl_entries:" << Entry.CostExcludingGraphEntryPoints in setupWorkList()1101 if (Entry.CostExcludingGraphEntryPoints > LargeClusterThreshold) { in pickPartition()1103 assert(SimilarDepsCost && Entry.CostExcludingGraphEntryPoints); in pickPartition()1105 Entry.CostExcludingGraphEntryPoints; in pickPartition()