Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp374 struct CallCount { in run() struct
375 int Direct; in run()
376 int Indirect; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h340 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) variable
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1972 int64_t CallCount = in updateCallProfile() local