Searched refs:CallCounts (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeLayout.h | 86 ArrayRef<EdgeCount> CallCounts, ArrayRef<uint64_t> CallOffsets); 91 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 385 SmallDenseMap<Function *, CallCount> CallCounts; in run() local 389 CallCounts.insert(std::make_pair(&N.getFunction(), CountLocal)) in run() 402 return CallCounts; in run() 407 auto CallCounts = ScanSCC(*C, UR.IndirectVHs); in run() local 467 auto CountIt = CallCounts.find(Pair.first); in run() 468 if (CountIt != CallCounts.end()) { in run() 498 CallCounts = std::move(NewCallCounts); in run()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 1463 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts, in computeCacheDirectedLayout() argument 1469 CDSortImpl Alg(Config, FuncSizes, FuncCounts, CallCounts, CallOffsets); in computeCacheDirectedLayout() 1477 ArrayRef<EdgeCount> CallCounts, ArrayRef<uint64_t> CallOffsets) { in computeCacheDirectedLayout() argument 1490 return computeCacheDirectedLayout(Config, FuncSizes, FuncCounts, CallCounts, in computeCacheDirectedLayout()
|