Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h85 ArrayRef<uint64_t> FuncSizes, ArrayRef<uint64_t> FuncCounts,
91 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp1459 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts, in computeCacheDirectedLayout() argument
1462 assert(FuncCounts.size() == FuncSizes.size() && "Incorrect input"); in computeCacheDirectedLayout()
1465 CDSortImpl Alg(Config, FuncSizes, FuncCounts, CallCounts, CallOffsets); in computeCacheDirectedLayout()
1472 ArrayRef<uint64_t> FuncSizes, ArrayRef<uint64_t> FuncCounts, in computeCacheDirectedLayout() argument
1486 return computeCacheDirectedLayout(Config, FuncSizes, FuncCounts, CallCounts, in computeCacheDirectedLayout()