Home
last modified time | relevance | path

Searched refs:CostExcludingGraphEntryPoints (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp931 CostType CostExcludingGraphEntryPoints = 0; member
1041 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()