Home
last modified time | relevance | path

Searched defs:CallCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp392 SmallDenseMap<Function *, CallCount> CallCounts; in run() local
414 auto CallCounts = ScanSCC(*C, UR.IndirectVHs); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp1459 ArrayRef<uint64_t> FuncCounts, ArrayRef<EdgeCount> CallCounts, in computeCacheDirectedLayout()
1473 ArrayRef<EdgeCount> CallCounts, ArrayRef<uint64_t> CallOffsets) { in computeCacheDirectedLayout()