Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp126 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
155 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
189 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
H A DCGSCCPassManager.cpp376 struct CallCount { in run() struct
377 int Direct; in run()
378 int Indirect; in run()
/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp37 int CallCount; member in __anonc354d5f50111::CompleteTypeDiagnoser
133 int CallCount; member in __anonc354d5f50111::NamespaceTypoProvider
176 int CallCount; member in __anonc354d5f50111::FunctionTypoProvider
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp85 int64_t CallCount; member
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1640 int64_t CallCount = in updateCallProfile() local