Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp283 SmallVector<codelayout::EdgeCount, 0> callCounts; in computeCacheDirectedSortOrder() local
318 callCounts.push_back({from, to, weight}); in computeCacheDirectedSortOrder()
327 funcSizes, funcCounts, callCounts, callOffsets); in computeCacheDirectedSortOrder()