Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp366 struct CallCount { run() struct
367 Directllvm::DevirtSCCRepeatedPass::run::CallCount run() argument
368 Indirectllvm::DevirtSCCRepeatedPass::run::CallCount run() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h340 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1888 int64_t CallCount = updateCallProfile() local