Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp37 int CallCount; member in __anon9cdecfb80111::CompleteTypeDiagnoser
133 int CallCount; member in __anon9cdecfb80111::NamespaceTypoProvider
176 int CallCount; member in __anon9cdecfb80111::FunctionTypoProvider
/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp383 SmallDenseMap<Function *, CallCount> CallCounts; in run() argument
381 struct CallCount { run() struct
382 Directllvm::DevirtSCCRepeatedPass::run::CallCount run() argument
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp85 int64_t CallCount; member
/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h340 TotalCallCount += *CallCount; variable
/llvm-project/bolt/lib/Passes/
H A DSplitFunctions.cpp377 const size_t CallCount = SrcBB->getKnownExecutionCount(); in extractCoverCalls() local
453 const size_t CallCount = SrcBB->getKnownExecutionCount(); in computeLocalCallScore() local
/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1961 int64_t CallCount = updateCallProfile() local