Home
last modified time | relevance | path

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

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