Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h86 ArrayRef<EdgeCount> CallCounts, ArrayRef<uint64_t> CallOffsets);
91 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp392 SmallDenseMap<Function *, CallCount> CallCounts; in run() local
396 CallCounts.insert(std::make_pair(&N.getFunction(), CountLocal)) in run()
409 return CallCounts; in run()
414 auto CallCounts = ScanSCC(*C, UR.IndirectVHs); in run() local
474 auto CountIt = CallCounts.find(Pair.first); in run()
475 if (CountIt != CallCounts.end()) { in run()
505 CallCounts = std::move(NewCallCounts); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp1459 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts, in computeCacheDirectedLayout() argument
1465 CDSortImpl Alg(Config, FuncSizes, FuncCounts, CallCounts, CallOffsets); in computeCacheDirectedLayout()
1473 ArrayRef<EdgeCount> CallCounts, ArrayRef<uint64_t> CallOffsets) { in computeCacheDirectedLayout() argument
1486 return computeCacheDirectedLayout(Config, FuncSizes, FuncCounts, CallCounts, in computeCacheDirectedLayout()