Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp129 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
158 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
192 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
DCGSCCPassManager.cpp370 struct CallCount { in run() struct
371 int Direct; in run()
372 int Indirect; in run()
/openbsd/src/gnu/llvm/llvm/include/llvm/XRay/
DProfile.h58 uint64_t CallCount; member
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp85 int64_t CallCount; member
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_function_call_trie.h114 uint64_t CallCount; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1862 int64_t CallCount = in updateCallProfile() local