Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp281 SmallVector<uint64_t, 0> callOffsets; in computeCacheDirectedSortOrder() local
318 callOffsets.push_back((funcSizes[from] + 1) / 2); in computeCacheDirectedSortOrder()
324 funcSizes, funcCounts, callCounts, callOffsets); in computeCacheDirectedSortOrder()