Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp143 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph() local
172 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph() local
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DProfile.h59 uint64_t CallCount; member
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h115 uint64_t CallCount; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1451 uint64_t CallCount = in updateCallProfile() local
1482 auto CallCount = PSI->getProfileCount(CallInst, CallerBFI); in updateCalleeCount() local