Home
last modified time | relevance | path

Searched defs:CallCount (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp127 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
156 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
190 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
H A DCGSCCPassManager.cpp382 struct CallCount { in run() struct
383 int Direct; in run()
384 int Indirect; in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1614 int64_t CallCount = in updateCallProfile() local