Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp279 SmallVector<uint64_t, 0> funcCounts; in computeCacheDirectedSortOrder() local
291 funcCounts.push_back(0); in computeCacheDirectedSortOrder()
319 funcCounts[to] += weight; in computeCacheDirectedSortOrder()
324 funcSizes, funcCounts, callCounts, callOffsets); in computeCacheDirectedSortOrder()