Searched refs:FuncCounts (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeLayout.h | 85 ArrayRef<uint64_t> FuncSizes, ArrayRef<uint64_t> FuncCounts, 91 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 1463 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts, in computeCacheDirectedLayout() argument 1466 assert(FuncCounts.size() == FuncSizes.size() && "Incorrect input"); in computeCacheDirectedLayout() 1469 CDSortImpl Alg(Config, FuncSizes, FuncCounts, CallCounts, CallOffsets); in computeCacheDirectedLayout() 1476 ArrayRef<uint64_t> FuncSizes, ArrayRef<uint64_t> FuncCounts, in computeCacheDirectedLayout() argument 1490 return computeCacheDirectedLayout(Config, FuncSizes, FuncCounts, CallCounts, in computeCacheDirectedLayout()
|